diff --git a/apps/status-page/src/app/global-error.tsx b/apps/status-page/src/app/global-error.tsx index 758c1809..1ba71b90 100644 --- a/apps/status-page/src/app/global-error.tsx +++ b/apps/status-page/src/app/global-error.tsx @@ -4,8 +4,8 @@ import { Button } from "@openstatus/ui/components/ui/button"; import * as Sentry from "@sentry/nextjs"; import { useEffect } from "react"; -import { Link } from "../components/common/link"; - +// Rendered in place of the root layout, so nothing from it (NuqsAdapter, tRPC, +// theme) exists here — plain anchors only, or this page throws too. export default function GlobalError({ error, reset, @@ -31,8 +31,13 @@ export default function GlobalError({
An unexpected error occurred. This has been reported and we're working on it.{" "} - Contact us if - it persists. + + Contact us + {" "} + if it persists.