From 5f34d019060eea780ecde31e87ae2f033302ac82 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 29 May 2025 08:27:52 -0300 Subject: [PATCH] refactor: replace MUI components and refactor styles (#18082) **Before:** Screenshot 2025-05-28 at 13 26 03 **After:** Screenshot 2025-05-28 at 13 24 19 --- .../ErrorBoundary/GlobalErrorBoundary.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx b/site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx index f419dc208d..009a87ba25 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 && (