summaryrefslogtreecommitdiff
path: root/src/lib/home/components
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-27 10:49:45 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-27 10:49:45 +0700
commitffa261e6adef70a2845878cf93e6e492eb8cee62 (patch)
treec860ac8d127795ee813af59923305736596264c2 /src/lib/home/components
parent14ad96a9d010790fe7a482035d6d88f36db660fe (diff)
footer
Diffstat (limited to 'src/lib/home/components')
-rw-r--r--src/lib/home/components/PreferredBrand.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/home/components/PreferredBrand.jsx b/src/lib/home/components/PreferredBrand.jsx
index fa0fdd0d..3df3cdb7 100644
--- a/src/lib/home/components/PreferredBrand.jsx
+++ b/src/lib/home/components/PreferredBrand.jsx
@@ -13,7 +13,7 @@ const PreferredBrand = () => {
{!preferredBrands.isLoading && (
<Swiper
slidesPerView={3.5}
- spaceBetween={8}
+ spaceBetween={12}
freeMode
>
{preferredBrands.data?.manufactures.map((brand) => (