diff --git a/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx b/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx index f419dc208d39a..009a87ba254e0 100644 --- a/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx +++ b/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx @@ -1,6 +1,6 @@ -import Link from "@mui/material/Link"; import { Button } from "components/Button/Button"; import { CoderIcon } from "components/Icons/CoderIcon"; +import { Link } from "components/Link/Link"; import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata"; import { type FC, useState } from "react"; import { Helmet } from "react-helmet-async"; @@ -43,14 +43,14 @@ export const GlobalErrorBoundaryInner: FC = ({
-

{errorPageTitle}

-

+

{errorPageTitle}

+

Please try reloading the page. If reloading does not work, you can ask for help in the{" "} Coder Discord community (link opens in a new tab) @@ -58,7 +58,7 @@ export const GlobalErrorBoundaryInner: FC = ({ or{" "} = ({

-
- {isRenderableError && (