diff --git a/templates/hydrogen-theme/app/components/CollectionCard.tsx b/templates/hydrogen-theme/app/components/CollectionCard.tsx index fa7e77b..f178068 100644 --- a/templates/hydrogen-theme/app/components/CollectionCard.tsx +++ b/templates/hydrogen-theme/app/components/CollectionCard.tsx @@ -10,7 +10,7 @@ export function CollectionCard(props: { return (
- + {collection.image && ( )} diff --git a/templates/hydrogen-theme/app/components/ProductCard.tsx b/templates/hydrogen-theme/app/components/ProductCard.tsx index ea78df9..3cd5678 100644 --- a/templates/hydrogen-theme/app/components/ProductCard.tsx +++ b/templates/hydrogen-theme/app/components/ProductCard.tsx @@ -12,7 +12,7 @@ export function ProductCard(props: { return (
- + {firstVariant.image && ( )} diff --git a/templates/hydrogen-theme/app/components/sanity/link/SanityInternalLink.tsx b/templates/hydrogen-theme/app/components/sanity/link/SanityInternalLink.tsx index 69ec2f0..29fea11 100644 --- a/templates/hydrogen-theme/app/components/sanity/link/SanityInternalLink.tsx +++ b/templates/hydrogen-theme/app/components/sanity/link/SanityInternalLink.tsx @@ -45,7 +45,7 @@ export function SanityInternalLink(props: { // Todo: add Navlink support return ( - + {children ? children : name} );