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