fix network icons
This commit is contained in:
parent
a3e3f0506c
commit
2117638305
@ -233,7 +233,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
|
|||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<img
|
<img
|
||||||
alt="Rootstock image"
|
alt="Rootstock image"
|
||||||
src="@/assets/rootstock.svg?url"
|
src="@/assets/networks/rootstock.svg?url"
|
||||||
width="24"
|
width="24"
|
||||||
height="24"
|
height="24"
|
||||||
v-if="
|
v-if="
|
||||||
@ -243,7 +243,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
|
|||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
alt="Ethereum image"
|
alt="Ethereum image"
|
||||||
src="@/assets/ethereum.svg?url"
|
src="@/assets/networks/ethereum.svg?url"
|
||||||
width="24"
|
width="24"
|
||||||
height="24"
|
height="24"
|
||||||
v-if="
|
v-if="
|
||||||
|
|||||||
@ -90,13 +90,13 @@ const handleInputEvent = (event: any): void => {
|
|||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
<img
|
<img
|
||||||
alt="Polygon image"
|
alt="Polygon image"
|
||||||
src="@/assets/polygon.svg?url"
|
src="@/assets/networks/polygon.svg?url"
|
||||||
width="24"
|
width="24"
|
||||||
height="24"
|
height="24"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
alt="Ethereum image"
|
alt="Ethereum image"
|
||||||
src="@/assets/ethereum.svg?url"
|
src="@/assets/networks/ethereum.svg?url"
|
||||||
width="24"
|
width="24"
|
||||||
height="24"
|
height="24"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user