diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-11 17:56:50 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-11 17:56:50 +0700 |
| commit | 244bbbb00aa9acb9665c1981855a7e5302083762 (patch) | |
| tree | 4cb71eb4b3dc02e3ea5f7426d3d4df798bd0ed15 /src | |
| parent | d6e010789baa412642afa3870d3e7eb35e792da6 (diff) | |
(andri) hide penawaran terbatas
Diffstat (limited to 'src')
| -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"> |
