From 901bab77db4445a95da5380e96eed0d935df161c Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 22 Dec 2024 18:37:08 +1030 Subject: [PATCH] chore: Center playground logo (#354) --- app/components/header.tsx | 131 ++++++++++++++++++++------------------ 1 file changed, 69 insertions(+), 62 deletions(-) diff --git a/app/components/header.tsx b/app/components/header.tsx index c058f371..3a06d283 100644 --- a/app/components/header.tsx +++ b/app/components/header.tsx @@ -22,83 +22,90 @@ export function Header() { return (
-
-
- {/* Mobile menu */} -
- - - - - - {/* User profile section */} -
-
- -
- + {/* Mobile menu */} +
+ + + + + + {/* User profile section */} +
+
+
- {/* Navigation section */} -

Navigation

- {navigationLinks.map( - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (child: any, index: any) => - child && ( - - {child} - - ) - )} - - -
- -
- {'logo'} -

Playground

-
-
+ +
+ {/* Navigation section */} +

Navigation

+ {navigationLinks.map( + // eslint-disable-next-line @typescript-eslint/no-explicit-any + (child: any, index: any) => + child && ( + + {child} + + ) + )} + +
- {/* Desktop user controls */} -
- - + + {/* Right section with desktop controls */} +
+ {/* Desktop user controls */} +
+ +
+ +