Skip to content

Commit

Permalink
fix: post layout
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 26, 2023
1 parent a4b28a1 commit f3008a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/posts/(post-detail)/[category]/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PostPage = () => {
}

return (
<div>
<div className="relative w-full min-w-0">
<HeaderMetaInfoSetting />
<article className="prose">
<header className="mb-8">
Expand Down

0 comments on commit f3008a6

Please sign in to comment.