From 42926cd675daec0064fb6a9325c83f0e4c77c0cd Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:44:43 -0800 Subject: [PATCH] 404: Use Disc3 icon, remove easter egg instruction --- frontend/app/not-found.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/app/not-found.tsx b/frontend/app/not-found.tsx index da6b6ea..1f072e0 100644 --- a/frontend/app/not-found.tsx +++ b/frontend/app/not-found.tsx @@ -2,7 +2,7 @@ import Link from "next/link" import { Button } from "@/components/ui/button" -import { Home, Search, Shuffle, ArrowLeft, Music, Bird } from "lucide-react" +import { Home, Search, Shuffle, ArrowLeft, Music, Disc3 } from "lucide-react" import { useState, useEffect } from "react" const GOOSE_QUOTES = [ @@ -48,14 +48,13 @@ export default function NotFound() { return (
- Click the bird for a new message -
+ {/* Action Buttons */}