From cb2030e8aab6e8a21c107a4c2fef5357128a26a3 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 21:49:58 +0800 Subject: [PATCH] background color --- app/layout.tsx | 2 +- components/Aboutus/Home.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index d87b658..41d2e49 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,7 +51,7 @@ export default function RootLayout({ diff --git a/components/Aboutus/Home.tsx b/components/Aboutus/Home.tsx index e54a59a..eef56bc 100644 --- a/components/Aboutus/Home.tsx +++ b/components/Aboutus/Home.tsx @@ -25,7 +25,7 @@ const Home = ({ settings, aboutus }: { settings: SettingsProps, aboutus: Aboutus const stopLoading = () => setLoading(false); return ( -
+
{loading ? (
Loading...
}>