Skip to content

Commit

Permalink
Revert "Updates logo on header njk"
Browse files Browse the repository at this point in the history
This reverts commit c26214b.
  • Loading branch information
mrmjprice committed May 10, 2021
1 parent c26214b commit e5526f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/wmnds/patterns/header-v2/_header-v2.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<div class="wmnds-container wmnds-grid wmnds-grid--align-center wmnds-grid--justify-between">
<div class="wmnds-header__vertical-align wmnds-col-auto">
<!-- Logo -->
<a class="wmnds-header__logo-link" href="/" title="Transport for West Midlands Design System">
<img class="wmnds-header__logo" alt="Transport for West Midlands logo" src="/img/logo.svg" />
<a class="wmnds-header__logo-link" href="/" title="West Midlands Network Design System">
<img class="wmnds-header__logo" alt="West Midlands Network logo" src="/img/logo.svg" />
</a>
</div>
{#- If with a title #}
Expand Down
4 changes: 2 additions & 2 deletions src/wmnds/patterns/header/_header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<div class="wmnds-container wmnds-grid wmnds-grid--align-center wmnds-grid--justify-between">
<div class="wmnds-header__vertical-align wmnds-col-auto">
<!-- Logo -->
<a class="wmnds-header__logo-link" href="/" title="Transport for West Midlands Design System">
<img class="wmnds-header__logo" alt="Transport for West Midlands logo" src="/img/logo.svg" />
<a class="wmnds-header__logo-link" href="/" title="West Midlands Network Design System">
<img class="wmnds-header__logo" alt="West Midlands Network logo" src="/img/logo.svg" />
</a>
</div>

Expand Down

0 comments on commit e5526f4

Please sign in to comment.