We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282f106 commit 4af613dCopy full SHA for 4af613d
ui/templates/footer.html
@@ -3,8 +3,8 @@
3
<div class="container">
4
<div class="row">
5
<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">
+ <a href="https://openlearning.mit.edu" target="_blank" rel="noopener noreferrer">
+ <img src="{% static 'images/open_learning_logo.svg' %}" alt="MIT Open Learning" width="150" height="38">
8
</a>
9
{% if is_public %}
10
<div class="footer-button footer-cta-left">
0 commit comments