We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88700fd commit e70df75Copy full SHA for e70df75
src/app/posts/[slug]/page.jsx
@@ -62,7 +62,7 @@ export default async function BlogPage({ params }) {
62
63
return (
64
<div className="max-w-4xl mx-auto">
65
- <div className="mb-8 mt-36">
+ <div className="mb-8">
66
<Link href="/" className="text-blue-600 dark:text-blue-400 hover:underline mb-8 inline-block">
67
← Back to Home
68
</Link>
0 commit comments