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

@@ -3,7 +3,7 @@
<br />
<a :href="url.toString()" target="_blank" rel="noopener noreferrer">
login to
<img src="@/assets/icons/github.svg" alt="GitHub icon" />
<img src="/assets/github.svg" alt="GitHub icon" />
</a>
</div>
</template>