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"> | ||||
|           <h3 class="font-bold">Important</h3> | ||||
|           <p class="text-xs font-medium mt-4"> | ||||
|             ! Send <span class="uppercase">{{ tokenKey }}</span> or ERC20 tokens to this address on <span class="capitalize">{{ activeNetworkId }}</span> Mainnet only. | ||||
|           </p> | ||||
|           <div class="text-xs font-medium mt-4 flex items-start"> | ||||
|               <SVGInfo class="mr-2" />  | ||||
|               <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> | ||||
|  | @ -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: {} | ||||
|   }, | ||||
|  |  | |||
|  | @ -16,6 +16,7 @@ | |||
|         </h3> | ||||
| 
 | ||||
|         <Input | ||||
|           readonly | ||||
|           v-model="accountAddress" | ||||
|           placeholder="Paste account address" | ||||
|           :error="errors.accountAddress.message" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Georges KABBOUCHI
						Georges KABBOUCHI