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 93a2781 commit 4b3da12Copy full SHA for 4b3da12
src/shared/components/ProfilePage/Skill/index.jsx
@@ -22,7 +22,7 @@ const Skill = ({
22
isVerified,
23
}) => (
24
<div styleName="container">
25
- <div styleName="skill-icon">
+ <div styleName="skill-icon" aria-label={`${tagName} Icon`}>
26
{ assets && assets.keys().includes(`./id-${tagId}.svg`) ? <img src={assets(`./id-${tagId}.svg`)} alt={`${tagName} Icon`} /> : <FallbackIcon /> }
27
</div>
28
<div styleName="name-wrapper">
0 commit comments