Skip to content

Commit

Permalink
fix: redirect footer logo to the open learning
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Mar 25, 2024
1 parent 282f106 commit 5819ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row">
<div class="col-md-8">
<a href="http://www.mit.edu" target="_blank" rel="noopener noreferrer">
<a href="https://openlearning.mit.edu/" target="_blank" rel="noopener noreferrer">
<img src="{% static 'images/open_learning_logo.svg' %}" alt="MIT" width="150" height="38">
</a>
{% if is_public %}
Expand Down

0 comments on commit 5819ab3

Please sign in to comment.