mirror of
https://github.com/ershisan99/www.git
synced 2026-01-28 05:12:08 +00:00
adjust leaderboard page styles and header
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { MainHeader } from '@/components/header'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{ children: ReactNode }>) {
|
||||
return (
|
||||
<>
|
||||
<MainHeader />
|
||||
{children}
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -20,7 +20,6 @@ export default async function Home() {
|
||||
return (
|
||||
<Suspense>
|
||||
<HydrateClient>
|
||||
{/*<UserStats/>*/}
|
||||
<LeaderboardPage />
|
||||
</HydrateClient>
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user