diff --git a/app/shop/components/CategoryFilter.tsx b/app/shop/components/CategoryFilter.tsx index ec5ac2f..722788f 100644 --- a/app/shop/components/CategoryFilter.tsx +++ b/app/shop/components/CategoryFilter.tsx @@ -41,7 +41,7 @@ export function CategoryFilter({ categories }: { categories: string[] }) { } return ( -
+
{categories.length > 1 && (

Kategorie

diff --git a/app/shop/components/ProductGrid.tsx b/app/shop/components/ProductGrid.tsx index b2ef122..1e3d704 100644 --- a/app/shop/components/ProductGrid.tsx +++ b/app/shop/components/ProductGrid.tsx @@ -80,7 +80,7 @@ export async function ProductGrid({ as before. lg+: they move into a left sidebar instead (see aside below), so this is hidden there to avoid rendering twice. */} {hasSidebarFilter && ( -
+