Skip to content

Commit 4f1a7c6

Browse files
authored
Update ListingImage.jsx with tabIndex
1 parent cd75132 commit 4f1a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ListingImageWrapper = ({ children, item, noWrapLink }) => {
88
return noWrapLink ? (
99
children
1010
) : (
11-
<UniversalLink item={item} className="img-wrapper" tabindex="-1">
11+
<UniversalLink item={item} className="img-wrapper" tabIndex="-1">
1212
{children}
1313
</UniversalLink>
1414
);

0 commit comments

Comments
 (0)