diff --git a/src/components/common/FollowingButton.tsx b/src/components/common/FollowingButton.tsx
index 2cafee4f..22b6816f 100644
--- a/src/components/common/FollowingButton.tsx
+++ b/src/components/common/FollowingButton.tsx
@@ -88,18 +88,18 @@ export const FollowingButton: React.FC<{
{subscription.data ? (
<>
- {" "}
- {t("Following")}
+ {" "}
+ {t("Following")}
- {" "}
- {t("Unfollow")}
+ {" "}
+ {t("Unfollow")}
>
) : (
- {" "}
- {t("Follow")}
+ {" "}
+ {t("Follow")}
)}
diff --git a/src/components/common/FollowingCount.tsx b/src/components/common/FollowingCount.tsx
index a2e80f34..11ca49a8 100644
--- a/src/components/common/FollowingCount.tsx
+++ b/src/components/common/FollowingCount.tsx
@@ -40,7 +40,7 @@ export const FollowingCount: React.FC<{