Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
fix: logo must use an absolute URL
Browse files Browse the repository at this point in the history
Logo was using a relative URL and therefore not being available on any
subpage (expect for API docs which is generating header on it's own).
This was introduced in 9278d23.
  • Loading branch information
jelhan authored and sivakumar-kailasam committed Jul 27, 2018
1 parent e14a89a commit 907f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="images/logos/ember-logo.svg" alt="home" /></a>
<a class="navbar-brand" href="/"><img src="/images/logos/ember-logo.svg" alt="home" /></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 907f66f

Please sign in to comment.