@@ -99,7 +99,7 @@ const SearchProduct = ({onClose}) => {
key={product.id}
sx={{ display: 'flex', alignItems: 'center', p: 2, cursor:"pointer" }}
onClick={() => {
- window.location.href = `/product/${product?.handle}`
+ window.location.href = `/products/${product?.handle}`
}}
>
<CardMedia