diff --git a/client/src/pages/CommunityPage.tsx b/client/src/pages/CommunityPage.tsx
index f12e4be..c5e8733 100644
--- a/client/src/pages/CommunityPage.tsx
+++ b/client/src/pages/CommunityPage.tsx
@@ -297,7 +297,7 @@ export default function CommunityPage() {
{post.content}
diff --git a/client/src/pages/PostPage.tsx b/client/src/pages/PostPage.tsx
index 37c6f7b..87d62d2 100644
--- a/client/src/pages/PostPage.tsx
+++ b/client/src/pages/PostPage.tsx
@@ -222,7 +222,7 @@ const PostPage: React.FC = () => {
{post.content}