diff --git a/components/account/AccountFollowButton.vue b/components/account/AccountFollowButton.vue index e53b6aa0..d8ac2558 100644 --- a/components/account/AccountFollowButton.vue +++ b/components/account/AccountFollowButton.vue @@ -22,7 +22,7 @@ async function toggleFollow() { diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index 68a5d8ec..77f0b835 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -115,17 +115,7 @@ watchEffect(() => { - - - {{ formattedNumber(account.statusesCount) }} Posts - - - {{ humanReadableNumber(account.followingCount) }} Following - - - {{ humanReadableNumber(account.followersCount) }} Followers - - + diff --git a/components/account/AccountHoverCard.vue b/components/account/AccountHoverCard.vue index d1099948..2aeab081 100644 --- a/components/account/AccountHoverCard.vue +++ b/components/account/AccountHoverCard.vue @@ -7,21 +7,14 @@ defineProps<{ - - - - - {{ formattedNumber(account.statusesCount) }} Posts - - • - - {{ humanReadableNumber(account.followingCount) }} Following - - • - - {{ humanReadableNumber(account.followersCount) }} Followers + + + + + + diff --git a/components/account/AccountLink.vue b/components/account/AccountLink.vue deleted file mode 100644 index 8333d368..00000000 --- a/components/account/AccountLink.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - diff --git a/components/account/AccountPostsFollowers.vue b/components/account/AccountPostsFollowers.vue new file mode 100644 index 00000000..555301bf --- /dev/null +++ b/components/account/AccountPostsFollowers.vue @@ -0,0 +1,21 @@ + + + + + + {{ formattedNumber(account.statusesCount) }} Posts + + + {{ humanReadableNumber(account.followingCount) }} Following + + + {{ humanReadableNumber(account.followersCount) }} Followers + + +