Skip to content

Commit

Permalink
Merge pull request #4173 from c2corg/logo-christmas-2024
Browse files Browse the repository at this point in the history
feat: Logo for Christmas 2024
  • Loading branch information
flob38 authored Dec 19, 2024
2 parents 7724f7d + 6838508 commit 276c9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class="navigation-item navigation-brand has-text-centered"
:class="{ 'is-hidden-mobile': !hideSearchInput }"
>
<img src="@/assets/img/logo.svg" alt="Camptocamp.org" />
<img src="@/assets/img/logo_noel.png" alt="Camptocamp.org" />
</a>

<dfm-ad-large v-if="!homePage() && !$screen.isMobile && !$screen.isTablet && !$screen.isDesktop" />
Expand Down
2 changes: 1 addition & 1 deletion src/views/SideMenu.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<aside>
<a :href="'/'" class="menu-brand has-text-centered">
<img src="@/assets/img/logo.svg" alt="Camptocamp.org" />
<img src="@/assets/img/logo_noel.png" alt="Camptocamp.org" />
</a>
<router-link :to="{ name: 'topoguide' }">
<span
Expand Down

0 comments on commit 276c9ed

Please sign in to comment.