Commit 5fac6fb1 by Renzo Lucioni Committed by GitHub

Merge pull request #13209 from edx/renzo/footer-logo-a11y

Make edX logo in edx.org footer more accessible
parents a3f8cafb b6f466b0
......@@ -18,7 +18,9 @@
<h2 class="sr footer-about-title">${_("About edX")}</h2>
<div class="footer-content-wrapper">
<div class="footer-logo">
<img alt="edX logo" src="${footer['logo_image']}">
<a href="${marketing_link('ROOT')}">
<img alt="edX Home Page" src="${footer['logo_image']}">
</a>
</div>
<div class="site-details">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment