From 2e7ed09d748d943e17224a9c229040926d5e248a Mon Sep 17 00:00:00 2001 From: logonoff Date: Wed, 2 Apr 2025 15:11:14 -0400 Subject: [PATCH] fix(NotFoundIcon): Fix missing page icon in dark mode --- .../__snapshots__/MissingPage.test.tsx.snap | 484 +----------------- .../module/src/NotFoundIcon/NotFoundIcon.tsx | 222 +------- 2 files changed, 25 insertions(+), 681 deletions(-) diff --git a/packages/module/src/MissingPage/__snapshots__/MissingPage.test.tsx.snap b/packages/module/src/MissingPage/__snapshots__/MissingPage.test.tsx.snap index 27842522..452a9841 100644 --- a/packages/module/src/MissingPage/__snapshots__/MissingPage.test.tsx.snap +++ b/packages/module/src/MissingPage/__snapshots__/MissingPage.test.tsx.snap @@ -20,242 +20,16 @@ exports[`MissingPage component should render 1`] = ` >
{ - const classes = useStyles(); - return ( - - - - - - - - - - - 404path-not-found - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) -}; +export const NotFoundIcon: React.FunctionComponent = (props) => ( + +); -export default NotFoundIcon; \ No newline at end of file +export default NotFoundIcon;