Fix a lot of bugs - see description (#343)

This commit is contained in:
Geometrically
2022-01-17 21:49:34 -07:00
committed by GitHub
parent 1345f996da
commit 98c85441f8
10 changed files with 91 additions and 45 deletions

View File

@@ -69,13 +69,19 @@
<div v-if="downloads" class="stat">
<DownloadIcon />
<p>
<strong>{{ formatNumber(downloads) }}</strong> downloads
<strong>{{ formatNumber(downloads) }}</strong> download<span
v-if="downloads !== '1'"
>s</span
>
</p>
</div>
<div v-if="follows" class="stat">
<HeartIcon />
<p>
<strong>{{ formatNumber(follows) }}</strong> followers
<strong>{{ formatNumber(follows) }}</strong> follower<span
v-if="follows !== '1'"
>s</span
>
</p>
</div>
<div v-if="status" class="status">