diff --git a/components/sidebar/context/SidebarDepositOverview.vue b/components/sidebar/context/SidebarDepositOverview.vue index 0558e03..a08276e 100644 --- a/components/sidebar/context/SidebarDepositOverview.vue +++ b/components/sidebar/context/SidebarDepositOverview.vue @@ -59,9 +59,10 @@

Important

-

- ! Send {{ tokenKey }} or ERC20 tokens to this address on {{ activeNetworkId }} Mainnet only. -

+
+ +

Send {{ tokenKey }} or ERC20 tokens to this address on {{ activeNetworkId }} only.

+
@@ -76,9 +77,9 @@ import { useCopiedToClipboardUx } from '~/composables/useCopiedToClipboardUx' import Icon from '~/components/Icon.vue' import Button from '~/components/Button.vue' import { useNetwork } from '~/composables/useNetwork' - +import SVGInfo from '@/assets/icons/info.svg?inline' export default defineComponent({ - components: { Icon, Button }, + components: { SVGInfo, Icon, Button }, props: { tokenKey: {} }, diff --git a/components/sidebar/context/SidebarWithdraw.vue b/components/sidebar/context/SidebarWithdraw.vue index 0ff9f46..29083dd 100644 --- a/components/sidebar/context/SidebarWithdraw.vue +++ b/components/sidebar/context/SidebarWithdraw.vue @@ -16,6 +16,7 @@