Update index.html

This commit is contained in:
SaketAnand 2023-08-19 13:05:00 +05:30
parent ba3256f67d
commit 5c76864c9d

View File

@ -67,7 +67,7 @@
class="flex flex-direction-column gap-0-5 align-items-center justify-content-center">
<strong id="token_price" style="font-size: 2rem; line-height: 1;"></strong>
<p class="flex flex-direction-column gap-0-5 justify-content-center">
Price per tokenroom# token (Dynamic)
Price per mateito# token (Dynamic)
</p>
</div>
<ul class="important-links">
@ -336,13 +336,13 @@
Generate FLO address and private key
</li>
<li>
Send FLO and FLO tokens <b>(tokenroom#)</b>
Send FLO and FLO tokens <b>(mateito#)</b>
</li>
<li>
Blockchain command to transfer tokens: e.g. send 5 tokenroom#
Blockchain command to transfer tokens: e.g. send 5 mateito#
</li>
<li>
How we created tokens: create 2000 tokenroom#
How we created tokens: create 2000 mateito#
</li>
</ul>
<a href="https://ranchimall.github.io/flowallet/" target="_blank" class="ext-link">
@ -573,7 +573,7 @@
}
}
window.onload = function () {
document.getElementById('banner_content').textContent = `Looking for sellers. ${tokensNeeded} tokenroom# @ ${formatCurrency(roomTokenPrice)}`;
document.getElementById('banner_content').textContent = `Looking for sellers. ${tokensNeeded} mateito# @ ${formatCurrency(roomTokenPrice)}`;
if (tokensNeeded > 0)
document.getElementById('main_banner').classList.remove('hidden');
document.getElementById('token_price').textContent = formatCurrency(roomTokenPrice);