From 2867ed1ca7d7ab69cf06c84952d7d0cb4dc4931b Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 16 Sep 2025 14:00:01 +0200 Subject: [PATCH] Updated layout --- src/app/(stats)/layout.tsx | 2 +- src/app/(stats)/player/[ign]/page.tsx | 2 +- src/components/player/displayname.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(stats)/layout.tsx b/src/app/(stats)/layout.tsx index 72fc156..0efcbbd 100644 --- a/src/app/(stats)/layout.tsx +++ b/src/app/(stats)/layout.tsx @@ -4,7 +4,7 @@ export default function StatsLayout({ children }: LayoutProps<"/">) { return ( <>
-
+
{children}
diff --git a/src/app/(stats)/player/[ign]/page.tsx b/src/app/(stats)/player/[ign]/page.tsx index dbf7f72..3a6c46f 100644 --- a/src/app/(stats)/player/[ign]/page.tsx +++ b/src/app/(stats)/player/[ign]/page.tsx @@ -78,7 +78,7 @@ async function SuspendedPage({ params }: Pick, "param const { data: layout } = schema.safeParse(JSON.parse(c.get(COOKIE_VALUES.statsOrder)?.value ?? "null")) return ( -
+
+