From 61b078fdb57a24630fdc6c1108393cb79818f239 Mon Sep 17 00:00:00 2001 From: voenkomatiwe Date: Mon, 8 Jan 2024 18:36:27 +0200 Subject: [PATCH] fix: Dark mode for not found page --- explorer/src/components/NotFoundPage/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/explorer/src/components/NotFoundPage/index.tsx b/explorer/src/components/NotFoundPage/index.tsx index c5da004b..8acf6c2b 100644 --- a/explorer/src/components/NotFoundPage/index.tsx +++ b/explorer/src/components/NotFoundPage/index.tsx @@ -15,10 +15,10 @@ export const NotFoundPage: React.FC = ({ id, page }) => {
-

+

{pageData.title} {pageData.showId && ( - + {decodedId} )} @@ -26,7 +26,7 @@ export const NotFoundPage: React.FC = ({ id, page }) => {

{t("common.actions.goBackTo", { to: page })}