Skip to content

Commit

Permalink
add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
mldangelo committed Nov 19, 2023
1 parent aa908ad commit 8fbf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contact/ContactIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ContactIcons = () => (
<ul className="icons">
{data.map((s) => (
<li key={s.label}>
<a href={s.link}>
<a href={s.link} aria-label={s.label}>
<FontAwesomeIcon icon={s.icon} />
</a>
</li>
Expand Down

0 comments on commit 8fbf163

Please sign in to comment.