Skip to content

Commit

Permalink
chore: changed the transfer page subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 29, 2023
1 parent 5902278 commit 76a29da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/transfer/form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
let generatingOptions = false
$: console.log({balances: $balances})
$: balance = $balances.find((balance) => balance.tokenKey === from?.key)
async function generateOptions(evmSession?: EvmSession) {
Expand Down Expand Up @@ -235,7 +237,7 @@
<div class="container">
<div class="top-section">
<h1>Transfer</h1>
<h3>Transfer tokens between your accounts</h3>
<h3>Transfer tokens between {$activeBlockchain?.name} and {$activeBlockchain?.name} EVM</h3>
</div>
<Form>
<div class="middle-section">
Expand Down

0 comments on commit 76a29da

Please sign in to comment.