From bb7abf35c500d629a62ede482c2bfc089fe7a11b Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 21:01:29 +0000 Subject: [PATCH] Update header to be transparent and add menu icon Modify the header component in the client to use a transparent background and include the Menu icon from lucide-react. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/lK7HRF1 --- client/src/pages/not-found.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx index aff9c2c..601f435 100644 --- a/client/src/pages/not-found.tsx +++ b/client/src/pages/not-found.tsx @@ -1,5 +1,5 @@ import { Card, CardContent } from "@/components/ui/card"; -import { AlertCircle } from "lucide-react"; +import { AlertCircle, Menu } from "lucide-react"; import { Button } from "@/components/ui/button"; import go4LogoPath from "@assets/go4_1756394900352.png"; @@ -7,7 +7,7 @@ export default function NotFound() { return (
{/* Header - same as other pages */} -
+
{/* Triangle decorations in header */}