diff --git a/apps/space/app/error.tsx b/apps/space/app/error.tsx index 36f18c230a..35267ad5cb 100644 --- a/apps/space/app/error.tsx +++ b/apps/space/app/error.tsx @@ -7,7 +7,7 @@ function ErrorPage() { }; return ( -
+

Yikes! That doesn{"'"}t look good.

diff --git a/apps/space/app/issues/[anchor]/layout.tsx b/apps/space/app/issues/[anchor]/layout.tsx index e32b008a24..79f2f7e3ea 100644 --- a/apps/space/app/issues/[anchor]/layout.tsx +++ b/apps/space/app/issues/[anchor]/layout.tsx @@ -114,7 +114,7 @@ function IssuesLayout(props: Route.ComponentProps) { if (!publishSettings && !error) { return ( -
+
); diff --git a/apps/space/app/not-found.tsx b/apps/space/app/not-found.tsx index 411859ac04..2ae119c39e 100644 --- a/apps/space/app/not-found.tsx +++ b/apps/space/app/not-found.tsx @@ -3,9 +3,9 @@ import SomethingWentWrongImage from "@/app/assets/something-went-wrong.svg?url"; function NotFound() { return ( -
+
-
+
Something went wrong
diff --git a/apps/space/app/page.tsx b/apps/space/app/page.tsx index 4b473b566b..6f58126ed1 100644 --- a/apps/space/app/page.tsx +++ b/apps/space/app/page.tsx @@ -29,7 +29,7 @@ const HomePage = observer(function HomePage() { if (isInitializing) return ( -
+
); @@ -37,7 +37,7 @@ const HomePage = observer(function HomePage() { if (currentUser && isAuthenticated) { if (nextPath && isValidNextPath(nextPath)) { return ( -
+
); diff --git a/apps/space/app/root.tsx b/apps/space/app/root.tsx index a7f04af7d6..ad5e8fff22 100644 --- a/apps/space/app/root.tsx +++ b/apps/space/app/root.tsx @@ -72,7 +72,7 @@ export default function Root() { export function HydrateFallback() { return ( -
+
); diff --git a/apps/space/core/components/common/powered-by.tsx b/apps/space/core/components/common/powered-by.tsx index 2edac37818..824cad483c 100644 --- a/apps/space/core/components/common/powered-by.tsx +++ b/apps/space/core/components/common/powered-by.tsx @@ -15,7 +15,7 @@ export function PoweredBy(props: TPoweredBy) { return ( diff --git a/apps/space/core/components/issues/issue-layouts/error.tsx b/apps/space/core/components/issues/issue-layouts/error.tsx index a0c5697ff1..8ae86f1ba9 100644 --- a/apps/space/core/components/issues/issue-layouts/error.tsx +++ b/apps/space/core/components/issues/issue-layouts/error.tsx @@ -3,9 +3,9 @@ import SomethingWentWrongImage from "@/app/assets/something-went-wrong.svg?url"; export function SomethingWentWrongError() { return ( -
+
-
+
+