Skip to content

Commit

Permalink
Smalize article font size in comment card
Browse files Browse the repository at this point in the history
  • Loading branch information
sora32127 committed Apr 23, 2024
1 parent 7551ecc commit 2651181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CommentShowCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function CommentShowCard({
<div className="w-6 h-6">
<ArticleIcon />
</div>
<NavLink to={`/archives/${postId}`} className="text-xl font-bold text-info underline underline-offset-4 post-title">{dimPosts.postTitle}</NavLink>
<NavLink to={`/archives/${postId}`} className="text-lg font-bold text-info underline underline-offset-4 post-title">{dimPosts.postTitle}</NavLink>
</div>
</div>
);
Expand Down

0 comments on commit 2651181

Please sign in to comment.