Skip to content

Commit

Permalink
Correct the link in the logo (#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Mar 20, 2024
1 parent 0bac55c commit 282f106
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="{{ request.build_absolute_uri }}" rel="noopener noreferrer"></a>
</div>
<div class="pull-right" style="padding-top:4px">
{% if authenticated %}
Expand Down

0 comments on commit 282f106

Please sign in to comment.