Skip to content

Commit

Permalink
chore: post related text style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 7, 2024
1 parent b32a647 commit ff72616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/post/PostRelated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const PostRelated: FC<{
<h3 className="text-lg font-medium">
<span>{infoText}</span>
</h3>
<ul className="list-inside list-disc">
<ul className="list-inside list-disc text-base">
{related.map((post) => {
const href = `/posts/${post.category.slug}/${post.slug}`
return (
Expand Down

0 comments on commit ff72616

Please sign in to comment.