From 17993e67745131790eef1c15b2be85b05e1b7e56 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Thu, 18 Dec 2025 18:34:15 +0530 Subject: [PATCH] fix: space app default background --- apps/space/app/error.tsx | 2 +- apps/space/app/issues/[anchor]/layout.tsx | 2 +- apps/space/app/not-found.tsx | 4 ++-- apps/space/app/page.tsx | 4 ++-- apps/space/app/root.tsx | 2 +- apps/space/core/components/common/powered-by.tsx | 2 +- apps/space/core/components/issues/issue-layouts/error.tsx | 4 ++-- apps/space/core/components/views/auth.tsx | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/space/app/error.tsx b/apps/space/app/error.tsx index 36f18c230ae..35267ad5cbd 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 e32b008a242..79f2f7e3eaf 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 411859ac04e..2ae119c39ef 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 4b473b566b4..6f58126ed1d 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 a7f04af7d65..ad5e8fff22e 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 2edac378187..824cad483cb 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 a0c5697ff1f..8ae86f1ba9d 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 ( -
+
-
+
+