Skip to content

Commit

Permalink
fix(code-blocks): add alt value to svg inside anchors (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and vpicone committed Dec 2, 2019
1 parent 2237781 commit ab8b271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PathRow = ({ src, path, children }) => {
href={src}
style={{ position: 'relative', zIndex: 200 }}
>
<Launch16 />
<Launch16 alt="View source" />
</a>
) : (
<CopyButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Sidebar = ({ src, path, children }) => {
href={src}
style={{ zIndex: 200 }}
>
<Launch16 />
<Launch16 alt="View source" />
</a>
)}
</div>
Expand Down

1 comment on commit ab8b271

@vercel
Copy link

@vercel vercel bot commented on ab8b271 Dec 2, 2019

Choose a reason for hiding this comment

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

Please sign in to comment.