Updated layout

This commit is contained in:
2025-09-16 14:00:01 +02:00
parent 190e80bc40
commit 2867ed1ca7
3 changed files with 3 additions and 3 deletions

View File

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