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

@@ -17,7 +17,7 @@ const href = url.toString()
<a :href="href" class="sign-in-github button is-primary">
<span>
Sign in with
<img src="@/assets/icons/github.svg" alt="GitHub" />
<img src="/assets/github.svg" alt="GitHub" />
</span>
</a>
</template>