Skip to content

Commit f16478d

Browse files
committed
Remove from not found
1 parent 51f1cc7 commit f16478d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/src/pages/404Page/404Page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Typography from "@mui/material/Typography";
21
import { type FC } from "react";
32

43
export const NotFoundPage: FC = () => {
@@ -20,9 +19,9 @@ export const NotFoundPage: FC = () => {
2019
borderRight: theme.palette.divider,
2120
})}
2221
>
23-
<Typography variant="h4">404</Typography>
22+
<h4>404</h4>
2423
</div>
25-
<Typography variant="body2">This page could not be found.</Typography>
24+
<p>This page could not be found.</p>
2625
</div>
2726
);
2827
};

0 commit comments

Comments
 (0)