Skip to content

Commit 413b400

Browse files
committed
lebron james
1 parent 800e435 commit 413b400

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

app/layout.tsx

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export default function RootLayout({
2727
<body className="antialiased tracking-tight">
2828
<div className="min-h-screen flex flex-col justify-between pt-0 md:pt-8 p-8 dark:bg-zinc-950 bg-white text-gray-900 dark:text-zinc-200">
2929
<main className="max-w-[60ch] mx-auto w-full space-y-6">
30-
<Navbar />
31-
3230
{children}
3331
</main>
3432
<Footer />
@@ -38,25 +36,26 @@ export default function RootLayout({
3836
</html>
3937
);
4038
}
41-
function Navbar() {
42-
return (
43-
<nav>
44-
<div className=" gap-x-2 items-center">
45-
<span>
46-
~ / <a href="/">home</a> /{' '}
47-
<a
48-
href="https://github.com/erenworld"
49-
target="_blank"
50-
rel="noopener noreferrer"
51-
>
52-
github
53-
</a>{' '}
54-
/ <a href="mailto:erenkad@proton.me">email</a>
55-
</span>
56-
</div>
57-
</nav>
58-
);
59-
}
39+
40+
// function Navbar() {
41+
// return (
42+
// <nav>
43+
// <div className=" gap-x-2 items-center">
44+
// <span>
45+
// ~ / <a href="/">home</a> /{' '}
46+
// <a
47+
// href="https://github.com/erenworld"
48+
// target="_blank"
49+
// rel="noopener noreferrer"
50+
// >
51+
// github
52+
// </a>{' '}
53+
// / <a href="mailto:erenkad@proton.me">email</a>
54+
// </span>
55+
// </div>
56+
// </nav>
57+
// );
58+
// }
6059

6160
function Footer() {
6261
const links = [

0 commit comments

Comments
 (0)