mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 21:09:23 +00:00
remove banner for now (it's bugged :( )
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user