From a3d416a19bd5ad4372e17df9d3190b82b041ed7e Mon Sep 17 00:00:00 2001 From: Chloe Date: Sun, 9 Jun 2024 12:36:08 +0700 Subject: [PATCH] fix: increase spaces Signed-off-by: Chloe --- components/display-tabs.tsx | 2 +- components/manufacturers-grid/index.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/display-tabs.tsx b/components/display-tabs.tsx index 1c07c4bc6..38a081fe4 100644 --- a/components/display-tabs.tsx +++ b/components/display-tabs.tsx @@ -22,7 +22,7 @@ const DisplayTabs = ({ items }: DisplayTabsProps) => { ))} - + {items.map((item) => ( diff --git a/components/manufacturers-grid/index.tsx b/components/manufacturers-grid/index.tsx index 23bb6d63b..190e74bdd 100644 --- a/components/manufacturers-grid/index.tsx +++ b/components/manufacturers-grid/index.tsx @@ -17,9 +17,9 @@ const ManufacturersGrid = ({ manufacturers, variant = 'home' }: ManufacturersGri

- Popular Manufacturers + Popular Manufacturers

-
+
{popularManufacturers.map((manufacturer) => (
@@ -30,9 +30,9 @@ const ManufacturersGrid = ({ manufacturers, variant = 'home' }: ManufacturersGri

- All Manufacturers + All Manufacturers

-
+
{manufacturers .toSorted((a, b) => a.display_name!.localeCompare(b.display_name!)) .map((manufacturer) => (