diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 10:26:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 10:26:48 +0700 |
| commit | 8451ecd350f8138925b6e1deba71733f038cd757 (patch) | |
| tree | f749ac3d61278019e02bc742facf52ae7de3f0c8 /src/core | |
| parent | ec726a8d106992b4e4a9fd79863b64ea2112a218 (diff) | |
<iman> update icon all promo navbar
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index 3fd6dfc3..967b6f62 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -175,12 +175,18 @@ const NavbarDesktop = () => { href="/shop/promo" className={`${ router.asPath === '/shop/promo' && 'bg-gray_r-3' - } p-4 flex-1 flex justify-between items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition group`} + } flex-1 flex justify-center items-center !text-gray_r-12/80 hover:bg-gray_r-3 idt-transition group`} target="_blank" rel="noreferrer" > <p className="group-hover:scale-105 group-hover:text-red-500 transition-transform duration-200">Semua Promo</p> - <p className={`rounded bg-red-500 font-bold text-white text-[10px] w-auto inline-block p-[2px] group-hover:scale-105 transition-transform duration-200 ${style.blink}`}>NEW!</p> + <Image + src='/images/ICON PROMO DISKON.svg' + alt='promo' + width={40} + height={40} + className={` inline-block group-hover:scale-105 transition-transform duration-200 ${style.blink}`} + /> </Link> <Link |
