From 46eb3fa481a3254a036e7ae4488dce87608da0b8 Mon Sep 17 00:00:00 2001 From: KlausMikhaelson Date: Wed, 31 Jan 2024 13:10:23 -0600 Subject: [PATCH] removed unnecessary styles --- src/pages/NotFoundPage.tsx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/pages/NotFoundPage.tsx b/src/pages/NotFoundPage.tsx index 29764c695c..5f99b495fd 100644 --- a/src/pages/NotFoundPage.tsx +++ b/src/pages/NotFoundPage.tsx @@ -14,11 +14,10 @@ const NotFoundPage: React.FC = () => { - {/* */} - - Oops... - The page you're trying to reach doesn't exist. - + + Oops... + The page you're trying to reach doesn't exist. + navigate("/channels")}>Go to Home @@ -73,14 +72,6 @@ const PageNotFoundImg = styled.img` margin: 0 auto; `; -const PageNotFoundTitle = styled.h1` - font-size: 48px; - font-weight: 500; - margin: 0; - text-align: center; - color: black; -`; - const PageNotFoundText = styled.p` font-size: 24px; font-weight: 400;