diff --git a/src/app/features/website/catalog/components/category-grid/category-grid.component.html b/src/app/features/website/catalog/components/category-grid/category-grid.component.html index a46f1f8..c116cb0 100644 --- a/src/app/features/website/catalog/components/category-grid/category-grid.component.html +++ b/src/app/features/website/catalog/components/category-grid/category-grid.component.html @@ -1,4 +1,4 @@ -
+
@for (category of categories; track trackByCategoryId($index, category)) {