Commit b6f466b0 by Renzo Lucioni

Make edX logo in edx.org footer more accessible

The logo in the edx.org footer now links to the edX home page, consistent with the logo in the header. ECOM-4117.
parent 878b9124
......@@ -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