Skip to content

Commit

Permalink
Rename "Upvotes" to "Likes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Feb 21, 2025
1 parent a57c796 commit f53e334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function CardPackage(props: Props) {
<TooltipWrapper
tooltipText={`${numberWithSpaces(
packageData.rating_count
)} Upvotes`}
)} Likes`}
>
<NewMetaItem csSize="12">
<NewIcon csMode="inline" noWrapper>
Expand Down

0 comments on commit f53e334

Please sign in to comment.