Skip to content

Commit

Permalink
Correct the link in the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Mar 18, 2024
1 parent 0bac55c commit d3f4697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="navbar" role="navigation">
<div class="navbar-header">
<div class="pull-left">
<a class="brand-logo" href="http://www.micromasters.mit.edu" rel="noopener noreferrer"></a>
<a class="brand-logo" href="https://micromasters.mit.edu" rel="noopener noreferrer"></a>
</div>
<div class="pull-right" style="padding-top:4px">
{% if authenticated %}
Expand Down

0 comments on commit d3f4697

Please sign in to comment.