move icons to public folder

This commit is contained in:
Julien Calixte
2023-11-04 14:08:28 +01:00
parent 93f7dd6ead
commit d1cbe8d033
42 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<template>
<button class="button is-white go-back" @click="back">
<img src="@/assets/icons/dark-left-arrow.svg" alt="back" />
<img src="/assets/dark-left-arrow.svg" alt="back" />
</button>
</template>