Skip to content

Commit 93a2781

Browse files
committed
changes for MSFT-78
1 parent 84a0ae5 commit 93a2781

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/Skill

1 file changed

+1
-1
lines changed

src/shared/components/ProfilePage/Skill/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Skill = ({
2323
}) => (
2424
<div styleName="container">
2525
<div styleName="skill-icon">
26-
{ assets && assets.keys().includes(`./id-${tagId}.svg`) ? <img src={assets(`./id-${tagId}.svg`)} alt="Skill Icon" /> : <FallbackIcon /> }
26+
{ assets && assets.keys().includes(`./id-${tagId}.svg`) ? <img src={assets(`./id-${tagId}.svg`)} alt={`${tagName} Icon`} /> : <FallbackIcon /> }
2727
</div>
2828
<div styleName="name-wrapper">
2929
<div styleName="name">

0 commit comments

Comments
 (0)