diff --git a/supernode/index.html b/supernode/index.html index 5b8d23c..69dcb86 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -45,6 +45,12 @@
+
+
Generate New FLO Keys here:
+ + +
+
Asset Box
@@ -8869,7 +8875,7 @@ let depositAssetButtonText = document.createTextNode('Deposit'); depositAssetButton.appendChild(depositAssetButtonText); let withdrawAssetButton = document.createElement('button'); - let withdrawAssetButtonText = document.createTextNode('Deposit'); + let withdrawAssetButtonText = document.createTextNode('Withdraw'); withdrawAssetButton.appendChild(withdrawAssetButtonText); asset_box.appendChild(depositAssetButton); asset_box.appendChild(withdrawAssetButton); @@ -8898,6 +8904,22 @@ }); } + \ No newline at end of file