Update deps

This commit is contained in:
Lee Robinson
2024-07-24 14:02:26 -05:00
parent 7c1b34abdb
commit 7756b912e8
11 changed files with 1060 additions and 3187 deletions

View File

@@ -121,7 +121,11 @@ async function RelatedProducts({ id }: { id: string }) {
key={product.handle}
className="aspect-square w-full flex-none min-[475px]:w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/5"
>
<Link className="relative h-full w-full" href={`/product/${product.handle}`}>
<Link
className="relative h-full w-full"
href={`/product/${product.handle}`}
prefetch={true}
>
<GridTileImage
alt={product.title}
label={{