diff options
Diffstat (limited to 'src/pages/shop/brands')
| -rw-r--r-- | src/pages/shop/brands/[slug].js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/shop/brands/[slug].js b/src/pages/shop/brands/[slug].js index 320c4454..b04d2715 100644 --- a/src/pages/shop/brands/[slug].js +++ b/src/pages/shop/brands/[slug].js @@ -88,8 +88,8 @@ export default function BrandDetail({ <button className="btn-light py-2 flex items-center gap-x-2 mb-2" onClick={() => setActiveFilter(true)}> <FilterIcon className="w-4 h-4" /> <span>Filter</span> </button> - <h1>Produk</h1> - <div className="text-caption mb-4"> + <h1 className="mb-2">Produk</h1> + <div className="text-caption-1 mb-4"> {productFound > 0 ? ( <> Menampilkan |
