From ba7b2a3e27df5677631bff042ed65299056e1246 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:43:37 +0530 Subject: [PATCH] fix: space app default background (#8384) --- 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 36f18c230..35267ad5c 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 e32b008a2..79f2f7e3e 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 411859ac0..2ae119c39 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 4b473b566..6f58126ed 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 a7f04af7d..ad5e8fff2 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 2edac3781..824cad483 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 a0c5697ff..8ae86f1ba 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 ( -
+
-
+
+