mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56: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" />
|
||||
</Link>
|
||||
<div className="mx-1 h-6 w-px bg-neutral-500"></div>
|
||||
<Link
|
||||
<Link
|
||||
aria-label="Next product image"
|
||||
href={nextUrl}
|
||||
className={buttonClassName}
|
||||
|
Loading…
x
Reference in New Issue
Block a user