Skip to content

Commit 4af613d

Browse files
authored
fix: redirect footer logo to the open learning (#5374)
* fix: redirect footer logo to the open learning * fix: redirect footer logo to the open learning * chore: update logo alt
1 parent 282f106 commit 4af613d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/templates/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-md-8">
6-
<a href="http://www.mit.edu" target="_blank" rel="noopener noreferrer">
7-
<img src="{% static 'images/open_learning_logo.svg' %}" alt="MIT" width="150" height="38">
6+
<a href="https://openlearning.mit.edu" target="_blank" rel="noopener noreferrer">
7+
<img src="{% static 'images/open_learning_logo.svg' %}" alt="MIT Open Learning" width="150" height="38">
88
</a>
99
{% if is_public %}
1010
<div class="footer-button footer-cta-left">

0 commit comments

Comments
 (0)