From d11a0524430dee3f7b0403b05c2a3b20e4ee8c98 Mon Sep 17 00:00:00 2001 From: contradiction29 Date: Tue, 23 Apr 2024 18:18:44 +0900 Subject: [PATCH] Resize article name font size --- app/components/CommentShowCard.tsx | 2 +- app/components/PostCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/CommentShowCard.tsx b/app/components/CommentShowCard.tsx index 6ba1db24..c67e4d2f 100644 --- a/app/components/CommentShowCard.tsx +++ b/app/components/CommentShowCard.tsx @@ -45,7 +45,7 @@ export default function CommentShowCard({
- {dimPosts.postTitle} + {dimPosts.postTitle} ); diff --git a/app/components/PostCard.tsx b/app/components/PostCard.tsx index 3df454ea..1827cc52 100644 --- a/app/components/PostCard.tsx +++ b/app/components/PostCard.tsx @@ -55,7 +55,7 @@ export default function PostCard({
- {postTitle} + {postTitle}
{highLightedText && (

{parse(highLightedText)}