From a9a97f54b5341d4ec38698c525a83b472f589672 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Mon, 13 Oct 2025 15:38:50 +0200 Subject: [PATCH] refactor: remove icon submission form from 404 page - Clean up 404 page by removing submission section - Keep focus on error state and navigation back home --- web/src/app/not-found.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web/src/app/not-found.tsx b/web/src/app/not-found.tsx index a7fd77f4..75013a23 100644 --- a/web/src/app/not-found.tsx +++ b/web/src/app/not-found.tsx @@ -23,17 +23,6 @@ export default function NotFound({ error }: { error: Error & { digest?: string } - -
-
-

Missing an icon?

-

Submit a new icon or suggest improvements to our collection.

-
- -
- -
-
)