From 9812013823f9ed73c49c015e541c2c8abb0f49b0 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Thu, 17 Sep 2020 17:57:59 -0400 Subject: [PATCH] Add link to source code --- src/index.html | 264 ++++++++++++++++++++++++----------------------- src/js/render.js | 2 +- 2 files changed, 135 insertions(+), 131 deletions(-) diff --git a/src/index.html b/src/index.html index 60815f35..eba07271 100644 --- a/src/index.html +++ b/src/index.html @@ -15,6 +15,66 @@ + +

Eth→NEAR Fungible Tokens

@@ -36,140 +96,84 @@

Eth→NEAR Fungible Tokens

-
- -
-
-
- ethereum - Ethereum -
-
- - - - Contract πŸ€” - - - balance -
- πŸ€” -
- account - πŸ€” -
-
-
-

- Uh oh! You have no πŸ€” - tokens. If you want to send some to yourself on NEAR, you'll need to - get some on Ethereum first πŸ˜„ -

-

- You can mint yourself more πŸ€”! -

-

- Maybe you need to use a different account? -

-
-
-
- -
- - -
-
-
- -
-
+ πŸ€” + + + diff --git a/src/js/render.js b/src/js/render.js index 8bc4179e..6d0fc7c3 100644 --- a/src/js/render.js +++ b/src/js/render.js @@ -114,5 +114,5 @@ export default async function render () { fill('nep21Balance').with(formatLargeNum(nep21Balance)) hide('signed-out') - show('signed-in', 'flex') + show('signed-in') }