Skip to content

Commit 36711c6

Browse files
committed
.-.-.-.-
1 parent f0fc29b commit 36711c6

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

app/_components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Header({
2626
className="fixed"
2727
>
2828
{/* Title */}
29-
<Link href="/" className="z-1000">
29+
<Link href="/" className="z-50">
3030
<h1 className="text-2xl font-mono font-thin text-white cursor-cell ml-2 background-blend-difference">
3131
{headerText}
3232
</h1></Link>

app/events/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default async function EventPage({ params }: { params: { slug: string } }
3131
</div>
3232
</div>
3333
<Link href="#images"
34-
className="sticky bottom-10 w-full md:hidden border-white bg-amber-900 text-center border-[0.5px]">
34+
className="sticky bottom-10 w-full md:hidden border-white bg-amber-900 text-center border-[0.5px] z-0">
3535
Images
3636
</Link>
3737

app/layout.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const geistMono = Geist_Mono({
1515
});
1616

1717
export const metadata: Metadata = {
18-
title: "Create Next App",
19-
description: "Generated by create next app",
18+
title: "Speakeasy",
19+
description: "Speakeasy Düsseldorf",
2020
};
2121

2222
export default function RootLayout({
@@ -28,8 +28,10 @@ export default function RootLayout({
2828
<html lang="en">
2929
<body
3030
className={`${geistSans.variable} ${geistMono.variable}`}
31-
>
32-
<Header headerText="Speakeasy"/>
31+
><header className="z-50">
32+
33+
<Header headerText="Speakeasy"/>
34+
</header>
3335
{children}
3436
</body>
3537
</html>

0 commit comments

Comments
 (0)