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