Skip to content

Commit

Permalink
fix: add alt text to Built with Netlify badge (#5068)
Browse files Browse the repository at this point in the history
* fix: add alt text to Built with Netlify badge

* Update docs/_includes/default.liquid

Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>

---------

Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
  • Loading branch information
JoshuaKGoldberg and voxpelli committed Jan 5, 2024
1 parent 645469e commit 8812413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/default.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</ul>
<div class="netlify-badge">
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" loading="lazy">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Built with Netlify (Netlify logo)" loading="lazy">
</a>
</div>
</div>
Expand Down

0 comments on commit 8812413

Please sign in to comment.