Skip to content

Commit

Permalink
Fixed download typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 29, 2021
1 parent c7efa96 commit 62aba9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/macos-big-sur-icons/src/components/UserIconCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
</p>

<p v-if="icon.downloads > 1" class="coral-Body--XS opacity-60">
{{icon.downloads}} downlads
{{icon.downloads}} downloads
</p>

<p v-if="icon.downloads == 1" class="coral-Body--XS opacity-60">
{{icon.downloads}} downlad
{{icon.downloads}} download
</p>

<div v-if="isOwner" class="p-t-10 p-b-5">
Expand Down

1 comment on commit 62aba9d

@vercel
Copy link

@vercel vercel bot commented on 62aba9d May 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.