summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-01 15:50:02 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-01 15:50:02 +0700
commit58a1dd973af0edef6961d217f1939d228bb8d787 (patch)
treeab8189022d5a572dc0cf46b8f6fab346452332c6 /src/core/components/elements
parentd528fce32aca0c69ef61a5e7428215237d642eea (diff)
<iman> delete image promo
Diffstat (limited to 'src/core/components/elements')
-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 8a84f6e8..328bc0c9 100644
--- a/src/core/components/elements/Navbar/NavbarDesktop.jsx
+++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx
@@ -180,7 +180,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'
@@ -189,7 +189,7 @@ const NavbarDesktop = () => {
quality={100}
className={`inline-block z-20`}
/>
- </div>
+ </div> */}
</Link>