diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index ec382ec..488f4e4 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -102,16 +102,26 @@ export default function Layout() { {/* Top bar */}
- {/* Left sidebar - fixed position */} -
- - 🏠 -

PunimTag

+ {/* Left sidebar - fixed position with logo */} +
+ + PunimTag { + // Fallback if logo.png doesn't exist, try logo.svg + const target = e.target as HTMLImageElement + if (target.src.endsWith('logo.png')) { + target.src = '/logo.svg' + } + }} + />
{/* Header content - aligned with main content */}
-
+

{getPageTitle()}

@@ -131,7 +141,7 @@ export default function Layout() {
{/* Left sidebar - fixed position */} -
+