Skip to content

Commit

Permalink
Add aria-label to Github link
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 16, 2023
1 parent a72fdad commit 2781c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ProjectLinks/ProjectLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function ProjectLinks() {
className={cn(styles.ProjectLinks__button, styles.ProjectLinks__button_about)}
href="https://github.com/ekaterinburgdev/guides"
target="_blank"
aria-label="Код проекта на GitHub"
>
<Github />
</a>
Expand Down

1 comment on commit 2781c01

@ekbdev
Copy link

@ekbdev ekbdev commented on 2781c01 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for guides ready!

✅ Preview
https://guides-abbwsa3q7-ekbdev.vercel.app
https://eguides-add-projects-links.vercel.app

Built with commit 2781c01.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.