diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-28 10:13:16 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-28 10:13:16 +0700 |
| commit | cac51e393df3adfbb2ea971be9a26daf78e6ef90 (patch) | |
| tree | 49e92828421b3aa73dd0ef5c8d13d49b47d4508a /src | |
| parent | 1cf754b4d8da1aa28700ffc3dad67081f6daf9a5 (diff) | |
<iman> update 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> )} |
