From dae5ae9f6c7cd5355caa30ce53f262db696e19e8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 19 Nov 2022 15:00:53 +0700 Subject: no message --- src/pages/shop/brands.js | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/src/pages/shop/brands.js b/src/pages/shop/brands.js index 499eaf99..00e33f31 100644 --- a/src/pages/shop/brands.js +++ b/src/pages/shop/brands.js @@ -26,29 +26,31 @@ export default function Brands({ initialManufactures }) { return ( <>
- -

Semua Brand di Indoteknik

- - - - } - > - {manufactures?.map((manufacture, index) => ( - manufacture.name ? ( - - {manufacture.logo ? ( - - ) : manufacture.name} - - ) : '' - ))} - + +
+

Semua Brand di Indoteknik

+ + +
+ } + > + {manufactures?.map((manufacture, index) => ( + manufacture.name ? ( + + {manufacture.logo ? ( + + ) : manufacture.name} + + ) : '' + ))} + +
) -- cgit v1.2.3