Skip to content

Commit c345ec2

Browse files
committed
Remove redundant role prop
1 parent 960393a commit c345ec2

File tree

1 file changed

+1
-1
lines changed
  • src/app/conf/2025/components/gallery-strip

1 file changed

+1
-1
lines changed

src/app/conf/2025/components/gallery-strip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function GalleryStripImage({
6868
index: number
6969
}) {
7070
return (
71-
<div role="presentation" className="relative md:px-2">
71+
<div className="relative md:px-2">
7272
<Image
7373
data-index={index}
7474
src={image}

0 commit comments

Comments
 (0)