move stats to the main page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m45s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m45s
This commit is contained in:
@ -8,7 +8,7 @@ export default function Container({
|
||||
return (
|
||||
<div className="z-[9999] m-auto flex h-screen min-h-full flex-col items-center opacity-90 w-full xs:max-w-[1200px]">
|
||||
<NavBar />
|
||||
<div className="w-full h-full flex m-4 justify-center">{children}</div>
|
||||
<div className="w-full flex m-4 justify-center">{children}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user