File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({
1515} ) ;
1616
1717export 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
2222export 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 >
You can’t perform that action at this time.
0 commit comments