remove banner for now (it's bugged :( )

This commit is contained in:
2025-04-11 03:36:53 +02:00
parent 9067e71cf2
commit b0246b5aa8

View File

@@ -42,17 +42,17 @@ export default async function RootLayout({
/> />
</head> </head>
<body className={'flex min-h-screen flex-col'}> <body className={'flex min-h-screen flex-col'}>
<Banner id={'v0.2.4'} variant={'rainbow'}> {/*<Banner id={'v0.2.4'} variant={'rainbow'}>*/}
Version 0.2.4 is out! {/* Version 0.2.4 is out!*/}
<a {/* <a*/}
className={'ml-[1ch] underline'} {/* className={'ml-[1ch] underline'}*/}
href={ {/* href={*/}
'https://discord.com/channels/1226193436521267223/1228517235744833566/1360058191777501366' {/* 'https://discord.com/channels/1226193436521267223/1228517235744833566/1360058191777501366'*/}
} {/* }*/}
> {/* >*/}
Learn more in our Discord server. {/* Learn more in our Discord server.*/}
</a> {/* </a>*/}
</Banner> {/*</Banner>*/}
<TRPCReactProvider> <TRPCReactProvider>
<NextIntlClientProvider> <NextIntlClientProvider>
<SessionProvider> <SessionProvider>