Skip to content

Commit e70df75

Browse files
committed
Update page.jsx
1 parent 88700fd commit e70df75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/posts/[slug]/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default async function BlogPage({ params }) {
6262

6363
return (
6464
<div className="max-w-4xl mx-auto">
65-
<div className="mb-8 mt-36">
65+
<div className="mb-8">
6666
<Link href="/" className="text-blue-600 dark:text-blue-400 hover:underline mb-8 inline-block">
6767
← Back to Home
6868
</Link>

0 commit comments

Comments
 (0)