diff --git a/frontend/src/components/HudBar.tsx b/frontend/src/components/HudBar.tsx index ab4f9ff..7a8d289 100644 --- a/frontend/src/components/HudBar.tsx +++ b/frontend/src/components/HudBar.tsx @@ -52,7 +52,7 @@ export function HudBar() { const questReady = activeQuests?.filter((pq: any) => pq.status === 'completed').length ?? 0; return ( -
+
{/* Header */}
🐸 @@ -42,7 +36,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
{user && (
- {user.username} + {user.username} @@ -51,65 +45,29 @@ export function Layout({ children }: { children: React.ReactNode }) {
-
- {/* Sidebar nav */} -