summaryrefslogtreecommitdiff
path: root/src/pages/_app.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-03-05 09:16:34 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-03-05 09:16:34 +0700
commitdf1f989fac16e99925b4d74472f329f9cdb97787 (patch)
tree90cc33a26924f5e43b069335cc5c0843ea9073c3 /src/pages/_app.jsx
parent037c06c8c7ee0751105b5aea22819a5c4c41fdd8 (diff)
Add id flashsale on mobile
Diffstat (limited to 'src/pages/_app.jsx')
-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 01dec611..bcb41dd6 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -89,9 +89,9 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }) {
<AnimatePresence>
{animateLoader && (
<motion.div
- initial={{ opacity: 0.4 }}
+ initial={{ opacity: 0.25 }}
animate={{ opacity: 1 }}
- exit={{ opacity: 0.4 }}
+ exit={{ opacity: 0.25 }}
transition={{
duration: 0.1,
}}