Skip to content

Commit

Permalink
feat: add aria-lable to google maps link
Browse files Browse the repository at this point in the history
  • Loading branch information
noa.santo committed Jan 9, 2024
1 parent fb65953 commit 84eecb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/pages/contact/address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ export const Address = () => {
80331 München
<br />
<br />
<StyledLink to="https://g.page/satellytes?share">
<StyledLink
to="https://g.page/satellytes?share"
aria-label={'Open Satellytes Google Maps profile in a new tab'}
>
Google Maps &gt;
</StyledLink>
</SectionHeader>
Expand Down

0 comments on commit 84eecb3

Please sign in to comment.