Skip to content

Commit 4b3da12

Browse files
committed
changes for MSFT-78
1 parent 93a2781 commit 4b3da12

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
@@ -22,7 +22,7 @@ const Skill = ({
2222
isVerified,
2323
}) => (
2424
<div styleName="container">
25-
<div styleName="skill-icon">
25+
<div styleName="skill-icon" aria-label={`${tagName} Icon`}>
2626
{ assets && assets.keys().includes(`./id-${tagId}.svg`) ? <img src={assets(`./id-${tagId}.svg`)} alt={`${tagName} Icon`} /> : <FallbackIcon /> }
2727
</div>
2828
<div styleName="name-wrapper">

0 commit comments

Comments
 (0)