Skip to content

Commit

Permalink
Fixed accessibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Jul 19, 2023
1 parent 1d357fc commit fdd6524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/layout/hexagons/TeamMemberHexagon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<a
href={teamMember.linkedin}
class="opacity-0 transition-all duration-500 ease-out group-hover:opacity-100"
aria-label="{teamMember.name}'s LinkdIn"
>
<Icon src={Icons.Linkedin} color="white" size="2.5vw" /></a
>
Expand All @@ -39,6 +40,7 @@
<a
href={teamMember.gitHub}
class="opacity-0 transition-all duration-500 ease-out group-hover:opacity-100"
aria-label="{teamMember.name}'s GitHub"
><Icon src={Icons.Github} color="white" size="2.5vw" /></a
>
{/if}
Expand Down

0 comments on commit fdd6524

Please sign in to comment.