mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Remove aria-hidden attribute on brand icon
This commit is contained in:
@@ -18,7 +18,6 @@ export default function BrandIcon({ brand, brandsConfiguration = {} }: BrandIcon
|
||||
onError={handleError}
|
||||
alt={brand}
|
||||
src={imageUrl}
|
||||
aria-hidden={'true'}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@ const DualBrandingIcon = ({ brand, onClick, dataValue, notSelected, brandsConfig
|
||||
src={imageUrl}
|
||||
onClick={onClick}
|
||||
data-value={dataValue}
|
||||
aria-hidden={'true'}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user