diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-24 14:36:56 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-24 14:36:56 +0700 |
| commit | 01bea5fe1b68fee2d673274b44295db6fc665e29 (patch) | |
| tree | b6ea93bce20ecca9ab7506249a34730845ce541a /src | |
| parent | 6f05ae8199603c7c8502987cc01ba7d0b31b27c2 (diff) | |
<iman> ubah button lihat semua
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/home/components/PromotionProgram.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/home/components/PromotionProgram.jsx b/src/lib/home/components/PromotionProgram.jsx index 98bc7c7f..66216d19 100644 --- a/src/lib/home/components/PromotionProgram.jsx +++ b/src/lib/home/components/PromotionProgram.jsx @@ -12,9 +12,7 @@ const BannerSection = () => { <div className='flex justify-between items-center mb-4 '> <div className='font-semibold sm:text-h-lg'>Promo Tersedia</div> {isDesktop && ( - <Link href='/shop/promo' - className="rounded-md bg-[#FAD147] px-3.5 py-2.5 text-sm font-semibold text-neutral-950 shadow-sm hover:bg-yellow-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-yellow-600" - > + <Link href='/shop/promo' className='!text-red-500 font-semibold'> Lihat Semua </Link> )} |
