Skip to content

Commit e69cefa

Browse files
🚨 fix(components): fix linter warnings
1 parent 37c3575 commit e69cefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/layouts/layout-blog-entry.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const BlogEntryLayout: FunctionComponent<
3434
<>
3535
<ScrollTop />
3636
<article>
37-
<header className="flex flex-col space-y-2 pb-10 gap-4">
37+
<header className="flex flex-col gap-4 space-y-2 pb-10">
3838
<dl className="flex gap-4">
3939
<dt className="sr-only">Published on</dt>
4040
<dd>

0 commit comments

Comments
 (0)