From 3a34db83202238a19dbfa518625b4469a368c786 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 1 Jun 2025 16:08:27 -0500 Subject: [PATCH] Add dark theme support to NotFound.tsx --- src/pages/NotFound.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/NotFound.tsx b/src/pages/NotFound.tsx index cda36da..c970104 100644 --- a/src/pages/NotFound.tsx +++ b/src/pages/NotFound.tsx @@ -12,11 +12,11 @@ const NotFound = () => { }, [location.pathname]); return ( -
+
-

404

-

Oops! Page not found

- +

404

+

Oops! Page not found

+
Return to Home