Skip to content

Commit

Permalink
fix: logo location
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Dec 3, 2020
1 parent e68fd68 commit d6fbeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wmcads/patterns/header/_header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<div class="wmcads-container wmcads-grid wmcads-grid--align-center wmcads-grid--justify-between">
<div class="wmcads-header__vertical-align wmcads-col-auto">
<!-- Logo -->
<a class="wmcads-header__logo-link" href="/" title="West Midlands Combined Authority Design System">
<img class="wmcads-header__logo" alt="West Midlands Combined Authority logo" src="/img/logo.svg" />
<a class="wmcads-header__logo-link" href="$*baseUrl" title="West Midlands Combined Authority Design System">
<img class="wmcads-header__logo" alt="West Midlands Combined Authority logo" src="$*baseUrl/img/logo.svg" />
</a>
</div>
{#- If with a title #}
Expand Down

0 comments on commit d6fbeb0

Please sign in to comment.