diff options
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
| -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 c320c43a..2f3f8682 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -276,7 +276,7 @@ const NavbarDesktop = () => { target='_blank' rel='noreferrer' > - {showPopup && ( + {/* {showPopup && ( <div className='w-full h-full relative justify-end items-start'> <Image src='/images/penawaran-terbatas.jpg' @@ -289,7 +289,7 @@ const NavbarDesktop = () => { loading='eager' /> </div> - )} + )} */} <span className='absolute inset-0 flex justify-center items-center gap-2 group-hover:scale-105 group-hover:text-red-500 transition-transform duration-200 z-10'> Semua Promo <Badge colorScheme="red" variant="solid" borderRadius="full" px={2} textTransform="none"> |
