Update dependencies. (#1361)

This commit is contained in:
Lee Robinson
2024-07-24 14:05:34 -05:00
committed by GitHub
parent 7c1b34abdb
commit ec21369389
13 changed files with 1060 additions and 3228 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={{