Skip to content

Commit

Permalink
[docs] Add aria label to footer version page link
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Dec 8, 2019
1 parent e34a999 commit 9582032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/HomeFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function HomeFooter(props) {
<Interpolate
replacement={{
versionNumber: (
<Link color="inherit" href="https://material-ui.com/versions/">
<Link color="inherit" href="https://material-ui.com/versions/" aria-label={`v${process.env.LIB_VERSION}. View versions page.`}>
{`v${process.env.LIB_VERSION}`}
</Link>
),
Expand Down

0 comments on commit 9582032

Please sign in to comment.