mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
fix(v2): improve accessibility for Netlify badge (#2168)
This commit is contained in:
parent
6e537f0654
commit
5c06f5884e
1 changed files with 5 additions and 1 deletions
|
@ -164,7 +164,11 @@ module.exports = {
|
|||
href: 'https://twitter.com/docusaurus',
|
||||
},
|
||||
{
|
||||
html: `<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener"><img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/></a>`,
|
||||
html: `
|
||||
<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">
|
||||
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" />
|
||||
</a>
|
||||
`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue