We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5530362 commit 79a9a2eCopy full SHA for 79a9a2e
src/components/react/Gallery.tsx
@@ -113,7 +113,7 @@ const Gallery: FC<Props> = ({ images }) => {
113
<img
114
{...image.thumbnail}
115
onLoad={() => handleLoad(image.thumbnail.src)}
116
- alt={loadedStates[image.thumbnail.src] ? '' : 'Gallery image'}
+ alt={loadedStates[image.thumbnail.src] ? 'Gallery image' : ''}
117
className={cn(
118
'w-full transition-all duration-[2s] ease-in-out',
119
loadedStates[image.thumbnail.src]
0 commit comments