Skip to content

Commit 7493d69

Browse files
committed
Fully replace logo following c2corg#4207
1 parent 61b82e3 commit 7493d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/images-uploader/ImagesUploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default {
232232
uploadFile(
233233
image.file,
234234
angle,
235-
(dataUrl) => {
235+
/*onDataUrlReady =*/ (dataUrl) => {
236236
image.dataUrl = dataUrl;
237237
},
238238
(event) => {

src/views/SideMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<aside>
33
<a :href="'/'" class="menu-brand has-text-centered">
4-
<img src="@/assets/img/logo_noel.png" alt="Camptocamp.org" />
4+
<img src="@/assets/img/logo.svg" alt="Camptocamp.org" />
55
</a>
66
<router-link :to="{ name: 'topoguide' }">
77
<span

0 commit comments

Comments
 (0)