Skip to content

Commit 282f106

Browse files
authored
Correct the link in the logo (#5372)
1 parent 0bac55c commit 282f106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/templates/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar" role="navigation">
22
<div class="navbar-header">
33
<div class="pull-left">
4-
<a class="brand-logo" href="http://www.micromasters.mit.edu" rel="noopener noreferrer"></a>
4+
<a class="brand-logo" href="{{ request.build_absolute_uri }}" rel="noopener noreferrer"></a>
55
</div>
66
<div class="pull-right" style="padding-top:4px">
77
{% if authenticated %}

0 commit comments

Comments
 (0)