mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
fix: prettier error on gallery
This commit is contained in:
parent
5f20f30c5c
commit
dfb746d5ea
@ -52,7 +52,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]
|
|||||||
<ArrowLeftIcon className="h-5" />
|
<ArrowLeftIcon className="h-5" />
|
||||||
</Link>
|
</Link>
|
||||||
<div className="mx-1 h-6 w-px bg-neutral-500"></div>
|
<div className="mx-1 h-6 w-px bg-neutral-500"></div>
|
||||||
<Link
|
<Link
|
||||||
aria-label="Next product image"
|
aria-label="Next product image"
|
||||||
href={nextUrl}
|
href={nextUrl}
|
||||||
className={buttonClassName}
|
className={buttonClassName}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user