summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/components/elements/Navbar/NavbarDesktop.jsx10
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