fix network icons

This commit is contained in:
Jefferson Mantovani 2025-10-15 19:11:30 -03:00
parent a3e3f0506c
commit 2117638305
2 changed files with 4 additions and 4 deletions

View File

@ -233,7 +233,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
<div class="flex gap-2">
<img
alt="Rootstock image"
src="@/assets/rootstock.svg?url"
src="@/assets/networks/rootstock.svg?url"
width="24"
height="24"
v-if="
@ -243,7 +243,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
/>
<img
alt="Ethereum image"
src="@/assets/ethereum.svg?url"
src="@/assets/networks/ethereum.svg?url"
width="24"
height="24"
v-if="

View File

@ -90,13 +90,13 @@ const handleInputEvent = (event: any): void => {
<div class="flex gap-2">
<img
alt="Polygon image"
src="@/assets/polygon.svg?url"
src="@/assets/networks/polygon.svg?url"
width="24"
height="24"
/>
<img
alt="Ethereum image"
src="@/assets/ethereum.svg?url"
src="@/assets/networks/ethereum.svg?url"
width="24"
height="24"
/>