mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
chore: fix typo Mutual -> Mutuals
This commit is contained in:
parent
12ee31477c
commit
c685d8d1e8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async function toggleFollow() {
|
|||
>
|
||||
<div rounded w-28 p2 :group-hover="relationship?.following ? 'bg-red/75' : 'bg-orange/40'" :class="!relationship?.following ? relationship?.followedBy ? 'bg-orange/20' : 'bg-white/10' : relationship?.followedBy ? ' bg-orange/70' : 'bg-orange/50'">
|
||||
<template v-if="relationship?.following">
|
||||
<span group-hover="hidden">{{ relationship?.followedBy ? 'Mutual' : 'Following' }}</span>
|
||||
<span group-hover="hidden">{{ relationship?.followedBy ? 'Mutuals' : 'Following' }}</span>
|
||||
<span hidden group-hover="inline">Unfollow</span>
|
||||
</template>
|
||||
<template v-else-if="relationship?.followedBy">
|
||||
|
|
Loading…
Reference in a new issue