From 5c76864c9d949e1ac654de33f83f0a022a904531 Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Sat, 19 Aug 2023 13:05:00 +0530 Subject: [PATCH] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 8d4e42a..7bbb05d 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ class="flex flex-direction-column gap-0-5 align-items-center justify-content-center">

- Price per tokenroom# token (Dynamic) + Price per mateito# token (Dynamic)

@@ -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);