minors
This commit is contained in:
parent
ed351011d5
commit
1716cb41f7
@ -25,7 +25,7 @@
|
||||
</script>
|
||||
|
||||
<button
|
||||
class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full shadow-lg focus:outline-none focus:shadow-outline-blue active:bg-blue-800 transition duration-150 ease-in-out"
|
||||
class="px-4 py-2 font-bold text-white transition duration-150 ease-in-out bg-blue-500 rounded-full shadow-lg hover:bg-blue-700 focus:outline-none focus:shadow-outline-blue active:bg-blue-800"
|
||||
on:click={sendTransaction}
|
||||
>
|
||||
send 0.01 xdai
|
||||
|
@ -20,6 +20,7 @@
|
||||
slot: 'main',
|
||||
map: { messages: '@data:queryMessages' }
|
||||
},
|
||||
|
||||
{
|
||||
id: 'terminal',
|
||||
component: 'Terminal',
|
||||
|
Loading…
Reference in New Issue
Block a user