Skip to content

Commit 01872f3

Browse files
committed
Move logos to public folder.
1 parent 3ff9c39 commit 01872f3

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed
File renamed without changes.
File renamed without changes.

src/components/BiteIndexMap/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const center = computed(() => fromLonLat(mapStore.center, mapStore.projection));
8282
const logoElement = document.createElement('div');
8383
logoElement.className = 'watermark ol-unselectable ol-control';
8484
logoElement.innerHTML = `
85-
<img src="src/assets/logo_horizontal_black.png" alt="Mosquito Alert Logo" />
85+
<img src="/icons/logo_horizontal_black.png" alt="Mosquito Alert Logo" />
8686
`;
8787
const watermarkControl = new Control({
8888
element: logoElement,

src/components/MainDrawer.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
<q-item v-ripple class="q-mb-lg">
1717
<q-item-section avatar>
1818
<q-avatar square>
19-
<img
20-
src="~assets/mosquito_alert_squared_logo.png"
21-
style="width: 40px; height: 40px"
22-
/>
19+
<img src="/icons/mosquito_alert_squared_logo.png" style="width: 40px; height: 40px" />
2320
</q-avatar>
2421
</q-item-section>
2522
<q-item-section>

src/components/MainHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<q-header class="bg-white text-black">
33
<q-toolbar>
44
<q-avatar square>
5-
<img src="~assets/logo.png" />
5+
<img src="/icons/logo.png" />
66
</q-avatar>
77
<q-toolbar-title class="text-h4">Metrics | Mosquito Alert</q-toolbar-title>
88
</q-toolbar>

0 commit comments

Comments
 (0)