diff --git a/site/src/pages/404Page/404Page.tsx b/site/src/pages/404Page/404Page.tsx index b3be31f270118..a04b1d95a5670 100644 --- a/site/src/pages/404Page/404Page.tsx +++ b/site/src/pages/404Page/404Page.tsx @@ -2,26 +2,11 @@ import type { FC } from "react"; const NotFoundPage: FC = () => { return ( -
-
({ - margin: 8, - padding: 8, - borderRight: theme.palette.divider, - })} - > -

404

-
-

This page could not be found.

+
+

+ 404 + This page could not be found. +

); };