diff options
Diffstat (limited to 'src/core/components')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 4 |
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> |
