summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/_app.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx
index c8d76153..e04106c1 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -43,8 +43,8 @@ function MyApp({ Component, pageProps }) {
return (
<>
- {animateLoader && (
- <div className='fixed w-screen h-screen z-[500] flex justify-center items-center'>
+ {!animateLoader && (
+ <div className='fixed w-screen h-screen z-[500] bg-white flex justify-center items-center'>
<LogoSpinner />
</div>
)}