mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
fixes
This commit is contained in:
parent
bc01c8ba62
commit
0998e41a35
|
@ -59,9 +59,10 @@
|
||||||
|
|
||||||
<div class="text-primary-gray mt-9">
|
<div class="text-primary-gray mt-9">
|
||||||
<h3 class="font-bold">Important</h3>
|
<h3 class="font-bold">Important</h3>
|
||||||
<p class="text-xs font-medium mt-4">
|
<div class="text-xs font-medium mt-4 flex items-start">
|
||||||
! Send <span class="uppercase">{{ tokenKey }}</span> or ERC20 tokens to this address on <span class="capitalize">{{ activeNetworkId }}</span> Mainnet only.
|
<SVGInfo class="mr-2" />
|
||||||
</p>
|
<p>Send <span class="uppercase">{{ tokenKey }}</span> or ERC20 tokens to this address on <span class="capitalize">{{ activeNetworkId }}</span> only.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -76,9 +77,9 @@ import { useCopiedToClipboardUx } from '~/composables/useCopiedToClipboardUx'
|
||||||
import Icon from '~/components/Icon.vue'
|
import Icon from '~/components/Icon.vue'
|
||||||
import Button from '~/components/Button.vue'
|
import Button from '~/components/Button.vue'
|
||||||
import { useNetwork } from '~/composables/useNetwork'
|
import { useNetwork } from '~/composables/useNetwork'
|
||||||
|
import SVGInfo from '@/assets/icons/info.svg?inline'
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { Icon, Button },
|
components: { SVGInfo, Icon, Button },
|
||||||
props: {
|
props: {
|
||||||
tokenKey: {}
|
tokenKey: {}
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
|
readonly
|
||||||
v-model="accountAddress"
|
v-model="accountAddress"
|
||||||
placeholder="Paste account address"
|
placeholder="Paste account address"
|
||||||
:error="errors.accountAddress.message"
|
:error="errors.accountAddress.message"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user