diff --git a/components/layout/header/layout-preview-option.tsx b/components/layout/header/layout-preview-option.tsx index 6b4ce67..88a2642 100644 --- a/components/layout/header/layout-preview-option.tsx +++ b/components/layout/header/layout-preview-option.tsx @@ -38,7 +38,7 @@ function RowsCategory({ chips }: { chips: number }) { return (
-
+
{Array.from({ length: chips }).map((_, i) => (
))}