From ac207fcf6561cfe61d3f6200fe47a7cd4466bd05 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 21 Aug 2024 07:35:19 +0200 Subject: [PATCH] chore: add https for product links --- src/components/ProductLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProductLink.tsx b/src/components/ProductLink.tsx index 61276c2..a4f3727 100644 --- a/src/components/ProductLink.tsx +++ b/src/components/ProductLink.tsx @@ -19,7 +19,7 @@ export const ProductLink: FunctionalComponent = ({ const classes = cx('product', className); return ( - + {text} );