summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
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 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>