diff --git a/src/components/BrandCard.astro b/src/components/BrandCard.astro
index 01d2157..27d4308 100644
--- a/src/components/BrandCard.astro
+++ b/src/components/BrandCard.astro
@@ -8,13 +8,13 @@ interface Props {
const { brand } = Astro.props;
---
-
+
{brand.logoUrl !== undefined &&
}
diff --git a/src/components/CategoryCard.astro b/src/components/CategoryCard.astro
index 5744e6d..1182586 100644
--- a/src/components/CategoryCard.astro
+++ b/src/components/CategoryCard.astro
@@ -8,7 +8,7 @@ interface Props {
const { category } = Astro.props;
---
-
+
{category.imageUrl !== undefined &&
}
@@ -21,7 +21,7 @@ const { category } = Astro.props;
diff --git a/src/components/ProductCard.astro b/src/components/ProductCard.astro
index 2bdd3e6..352d146 100644
--- a/src/components/ProductCard.astro
+++ b/src/components/ProductCard.astro
@@ -9,7 +9,7 @@ interface Props {
const { product } = Astro.props;
---
-