Updated layout

This commit is contained in:
2025-09-17 16:00:50 +02:00
parent fca2ede161
commit 7042a437ae
4 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ export default function StatsLayout({ children }: LayoutProps<"/">) {
return (
<>
<Header searchBar />
<div className="pt-header">
<div>
{children}
</div>
</>