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 */}