Skip to content

Commit 5183ec9

Browse files
authored
Merge pull request #4207 from c2corg/flob38-patch-1
feat: Come back to classical logo
2 parents c8a2f86 + 948eff9 commit 5183ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Navigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class="navigation-item navigation-brand has-text-centered"
2424
:class="{ 'is-hidden-mobile': !hideSearchInput }"
2525
>
26-
<img src="@/assets/img/logo_noel.png" alt="Camptocamp.org" />
26+
<img src="@/assets/img/logo.svg" alt="Camptocamp.org" />
2727
</a>
2828

2929
<dfm-ad-large v-if="!homePage() && !$screen.isMobile && !$screen.isTablet && !$screen.isDesktop" />

0 commit comments

Comments
 (0)