From 0f765cd83388e4117a5a47d13982700fe1ce0954 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 13 Aug 2024 15:03:43 +0800 Subject: [PATCH] fixed markdown light mode --- client/src/pages/CommunityPage.tsx | 2 +- client/src/pages/PostPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}