@@ -122,7 +127,7 @@ watchEffect(() => {
diff --git a/components/account/AccountPostsFollowers.vue b/components/account/AccountPostsFollowers.vue
index 046e1d1b..48371a81 100644
--- a/components/account/AccountPostsFollowers.vue
+++ b/components/account/AccountPostsFollowers.vue
@@ -1,31 +1,46 @@
-
- {{ formattedNumber(account.statusesCount) }}
+
+ {{ statusesCount }}
- {{ humanReadableNumber(account.followingCount) }}
+
+ {{ followingCount }}
+ {{ account.followingCount }}
+
+ {{ followingCount }}
-
- {{ humanReadableNumber(account.followersCount) }}
+
+
+ {{ followersCount }}
+ {{ account.followersCount }}
+
+ {{ followersCount }}
diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue
index b9aaba31..ed0a89e2 100644
--- a/components/nav/NavFooter.vue
+++ b/components/nav/NavFooter.vue
@@ -1,21 +1,24 @@