From feba1cef895c0c8d2ce6595d681fc602cbd02435 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 19 Nov 2022 11:24:25 +0700 Subject: no message --- src/pages/shop/brands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/shop/brands.js b/src/pages/shop/brands.js index 07ad1f43..797843ee 100644 --- a/src/pages/shop/brands.js +++ b/src/pages/shop/brands.js @@ -31,7 +31,7 @@ export default function Brands({ initialManufactures }) { dataLength={manufactures.length} next={getMoreManufactures} hasMore={hasMoreManufacture} - className="grid grid-cols-3 gap-4 mt-4 !overflow-x-hidden bg-white" + className="grid grid-cols-3 gap-4 mt-4 !overflow-x-hidden" loader={
@@ -40,7 +40,7 @@ export default function Brands({ initialManufactures }) { > {manufactures?.map((manufacture, index) => ( manufacture.name ? ( - + {manufacture.logo ? ( ) : manufacture.name} -- cgit v1.2.3