summaryrefslogtreecommitdiff
path: root/src/lib/home/components/PreferredBrand.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-16 15:52:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-16 15:52:08 +0700
commit937013e8bf9f176c18a31d94205b9116d2a02224 (patch)
tree337b35fdff72f4665c828c946db07f1145732b24 /src/lib/home/components/PreferredBrand.jsx
parent9525ae860e320358a7897cf5fb9c4e4fb7c203e1 (diff)
<iman> update button lihat semua mobile
Diffstat (limited to 'src/lib/home/components/PreferredBrand.jsx')
-rw-r--r--src/lib/home/components/PreferredBrand.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/home/components/PreferredBrand.jsx b/src/lib/home/components/PreferredBrand.jsx
index 571c4745..ef5e743e 100644
--- a/src/lib/home/components/PreferredBrand.jsx
+++ b/src/lib/home/components/PreferredBrand.jsx
@@ -20,6 +20,11 @@ const PreferredBrand = () => {
Lihat Semua
</Link>
)}
+ {isMobile && (
+ <Link href='/shop/brands' className='!text-red-500 font-semibold sm:text-h-sm'>
+ Lihat Semua
+ </Link>
+ )}
</div>
{preferredBrands.isLoading && <PreferredBrandSkeleton />}
{!preferredBrands.isLoading && (