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

@@ -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"
/>