Skip to content

Commit

Permalink
hotfix remove testnet link if balance low
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 10, 2024
1 parent 76bf753 commit 6f37d0a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -420,17 +420,7 @@
"
class="text-sm text-red-500"
>
Not enough transferrable TEER. Please get free test TEER
at our
<a
:href="
'https://substratefaucet.xyz/integritee/' +
accountStore.getAddress
"
target="_blank"
class="text-indigo-500 underline"
>testnet faucet</a
>.
Not enough transferrable TEER.
</div>
<div
v-else-if="pendingUnlock"
Expand Down

0 comments on commit 6f37d0a

Please sign in to comment.