diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 4366ac7..214fd63 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -55,7 +55,7 @@ export default function FolxStadlPage() { } return ( -
+
{/* Header */}
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 9d68b0c..9cc54bd 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -201,7 +201,7 @@ export default function VideoPage() { } return ( -
+
{/* Header */}
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index d83fb9b..0cf64bc 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -73,7 +73,7 @@ export default function Home() { }, [searchQuery, refetch]); return ( -
+
{/* STICKY HEADER */}
diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx index 641693e..d0edae5 100644 --- a/client/src/pages/not-found.tsx +++ b/client/src/pages/not-found.tsx @@ -5,7 +5,7 @@ import go4LogoPath from "@assets/go4_1756394900352.png"; export default function NotFound() { return ( -
+
{/* Header - same as other pages */}
{/* Triangle decorations in header */}