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 960393a commit c345ec2Copy full SHA for c345ec2
src/app/conf/2025/components/gallery-strip/index.tsx
@@ -68,7 +68,7 @@ function GalleryStripImage({
68
index: number
69
}) {
70
return (
71
- <div role="presentation" className="relative md:px-2">
+ <div className="relative md:px-2">
72
<Image
73
data-index={index}
74
src={image}
0 commit comments