diff --git a/components/account/AccountFollowButton.vue b/components/account/AccountFollowButton.vue index 97f311a4..4584c804 100644 --- a/components/account/AccountFollowButton.vue +++ b/components/account/AccountFollowButton.vue @@ -38,25 +38,24 @@ useCommand({ - - - {{ relationship?.followedBy ? 'Mutuals' : 'Following' }} - {{ $t('account.unfollow') }} - - - {{ $t('account.follow_requested') }} - - - {{ $t('account.follows_you') }} - {{ $t('account.follow_back') }} - - - {{ $t('account.follow') }} - - + + {{ relationship?.followedBy ? 'Mutuals' : 'Following' }} + {{ $t('account.unfollow') }} + + + {{ $t('account.follow_requested') }} + + + {{ $t('account.follows_you') }} + {{ $t('account.follow_back') }} + + + {{ $t('account.follow') }} + diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index 1dc75a26..cc9a93f8 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -78,7 +78,7 @@ watchEffect(() => { -