Skip to content

Commit

Permalink
Merge pull request #222 from lesaff/patch-1
Browse files Browse the repository at this point in the history
Force logo to https
  • Loading branch information
glena authored Aug 8, 2016
2 parents a95d97f + c5c1d15 commit 4300154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/initial-setup/partials/header.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="a0-header">
<a href="https://manage.auth0.com" target="_blank">
<img class="a0-header-logo" style="height: 55px;" src="http://cdn.auth0.com/styleguide/latest/img/logo-blue.png" />
<img class="a0-header-logo" style="height: 55px;" src="https://cdn.auth0.com/styleguide/latest/img/logo-blue.png" />
</a>
</div>

0 comments on commit 4300154

Please # to comment.