1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 10:28:46 -04:00

fix: remove unnecessary flex classname from post titles

This commit is contained in:
2026-01-28 09:35:46 -05:00
parent 2ece5c79fa
commit 7743976db8

View File

@@ -114,7 +114,7 @@ const PostsList = async () => {
href={`/${POSTS_DIR}/${slug}`}
prefetch={false}
dangerouslySetInnerHTML={{ __html: htmlTitle || title }}
className="inline-flex items-center gap-2 text-lg font-medium underline-offset-4 hover:underline md:text-base"
className="text-lg font-medium underline-offset-4 hover:underline md:text-base"
/>
<PostStats slug={slug} views={views} comments={comments} />