Skip to content

Commit

Permalink
Merge pull request #8 from davidavz/patch-1
Browse files Browse the repository at this point in the history
Fix wrong aria-label on social links
  • Loading branch information
smakosh committed Sep 21, 2019
2 parents 9e55aa3 + 3d6780b commit a43fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/theme/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Footer = () => (
href={link}
target="_blank"
rel="noopener noreferrer"
aria-label={`follow me on ${icon}`}
aria-label={`follow me on ${name}`}
>
<img width="24" src={icon} alt={name} />
</a>
Expand Down

1 comment on commit a43fb64

@vercel
Copy link

@vercel vercel bot commented on a43fb64 Sep 21, 2019

Choose a reason for hiding this comment

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

Failed to alias the deployment: Deployment not found.

Click here to access the non-aliased deployment.

Please sign in to comment.