Skip to content

Commit 3c01aa9

Browse files
committed
Update PostSimple.tsx
1 parent 9295ffa commit 3c01aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/PostSimple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function PostLayout({ content, next, prev, children }: LayoutProp
6060
</div>
6161
)}
6262
<footer>
63-
<div className="flex flex-col text-sm font-medium sm:flex-row sm:justify-between sm:text-base">
63+
<div className="flex flex-col text-sm font-small sm:flex-row sm:justify-between sm:text-base">
6464
{prev && prev.path && (
6565
<div className="pt-4 xl:pt-8">
6666
<Link

0 commit comments

Comments
 (0)