summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-07 17:06:58 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-07 17:06:58 +0700
commit0fc1ee076d3a59b406f79716c343f15301c1066a (patch)
treeedefcc7cb3f9a9a79365870e1062167f73d34917 /src/core/components/elements/Navbar
parentc08901721ea5bf61aa5dca9ada1abaf480d8a1ee (diff)
<iman> update all promotion card flashSale
Diffstat (limited to 'src/core/components/elements/Navbar')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index a09989a5..76012694 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -263,7 +263,7 @@ const NavbarDesktop = () => {
height={160}
quality={100}
// className={`fixed ${isTop ? 'md:top-[145px] lg:top-[160px] ' : 'lg:top-[85px] top-[80px]'} rounded-3xl md:left-1/4 lg:left-1/4 xl:left-1/4 left-2/3 w-40 h-12 p-2 z-50 transition-all duration-300 animate-pulse`}
- className={`inline-block relative -top-4 transition-all duration-300 z-20 animate-pulse`}
+ className={`inline-block relative -top-5 transition-all duration-300 z-20 animate-pulse`}
/>
</div>
)}