mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix(i18n): fix follower label
This commit is contained in:
parent
5560fe66cc
commit
16632445f2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defineProps<{
|
|||
</NuxtLink>
|
||||
<NuxtLink :to="`${getAccountPath(account)}/followers`" text-secondary exact-active-class="text-primary">
|
||||
<template #default="{ isExactActive }">
|
||||
<i18n-t keypath="account.following">
|
||||
<i18n-t keypath="account.followers">
|
||||
<span font-bold :class="isExactActive ? 'text-primary' : 'text-base'">{{ humanReadableNumber(account.followersCount) }}</span>
|
||||
</i18n-t>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue