Skip to content

Commit

Permalink
Change marianne logo
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Sep 7, 2020
1 parent 83f54de commit 173a249
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 66 deletions.
2 changes: 0 additions & 2 deletions assets/scss/components/_app-navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}

.logo {
width: 82px;
height: 62px;
margin-right: 24px;
}
Expand All @@ -68,7 +67,6 @@
}

.logo {
width: 82px;
height: 62px;
margin-right: 24px;
}
Expand Down
2 changes: 2 additions & 0 deletions components/HeaderNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</nuxt-link>
<img
v-if="showFrenchGovLogo"
class="logo"
:alt="$t('alt.header-nav.public-service')"
src="/images/marianne-logo.svg"
/>
Expand All @@ -41,6 +42,7 @@
</nuxt-link>
<img
v-if="showFrenchGovLogo"
class="logo"
:alt="$t('alt.header-nav.public-service')"
src="/images/marianne-logo.svg"
/>
Expand Down
Loading

0 comments on commit 173a249

Please sign in to comment.