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