summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-01 09:20:26 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-01 09:20:26 +0000
commit1289137544d0ab399de22fd9d9c6824ad4f55223 (patch)
treeb1245d9e353abe45d98b78970dc9f4726aea715f /src
parenta1906c7576455a1a44283fe60cd7e1a1b4c628d1 (diff)
parent93c68dbc6a873fa84b14eb3d102013f42e53af8a (diff)
Merged in Feature/all-promotion (pull request #197)
Feature/all promotion
Diffstat (limited to 'src')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx
index f157297e..c6e80e87 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -213,7 +213,7 @@ const NavbarDesktop = () => {
rel="noreferrer"
>
<p className="absolute inset-0 flex justify-center items-center group-hover:scale-105 group-hover:text-red-500 transition-transform duration-200 z-10">Semua Promo</p>
- <div className='w-full h-full flex justify-end items-start'>
+ {/* <div className='w-full h-full flex justify-end items-start'>
<Image
src='/images/ICON PROMO DISKON.svg'
alt='promo'
@@ -222,7 +222,7 @@ const NavbarDesktop = () => {
quality={100}
className={`inline-block z-20`}
/>
- </div>
+ </div> */}
</Link>