summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-05-04 15:49:46 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-05-04 15:49:46 +0700
commit5176b20ba78ff69845267e5633778e325a04b47c (patch)
tree6816ec7bf13cc6b52528fcdb2bfef845a849809d
parent1f7f8e358859d56ec63ccc39484b609b4a511773 (diff)
fixing loader
-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 eff5c506..c8d76153 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -44,7 +44,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
{animateLoader && (
- <div className='fixed w-screen h-screen z-[500] flex justify-center items-center backdrop-blur'>
+ <div className='fixed w-screen h-screen z-[500] flex justify-center items-center'>
<LogoSpinner />
</div>
)}