diff --git a/snippets/catalog.jsx b/snippets/catalog.jsx
index 3bea8f7c..efeaaecd 100644
--- a/snippets/catalog.jsx
+++ b/snippets/catalog.jsx
@@ -98,7 +98,7 @@ export const Catalog = ({ product, type, featured, search, cols = 3 }) => {
{entry.lang ? (
) : null}
diff --git a/snippets/landing.jsx b/snippets/landing.jsx
index 9fed4a5a..937eb922 100644
--- a/snippets/landing.jsx
+++ b/snippets/landing.jsx
@@ -33,7 +33,9 @@ export const ProductGrid = () => {