From fe9af73cb74dd5182901dcbf9ecaf43572929460 Mon Sep 17 00:00:00 2001 From: revoxhere <50244265+revoxhere@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:55:50 +0100 Subject: [PATCH] Update main.js --- 2023/js/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2023/js/main.js b/2023/js/main.js index 55e0794..b8ecf3e 100644 --- a/2023/js/main.js +++ b/2023/js/main.js @@ -788,10 +788,11 @@ function create_prices(prices) { link = "https://exchange.duinocoin.com"; icon = "assets/ducoexchange.png"; - if (price == "bch") { + /*if (price == "bch") { name = "DUCO Exchange"; type = "DUCO BCH"; - } else if (price == "xmg") { + } else*/ + if (price == "xmg") { name = "DUCO Exchange"; type = "DUCO XMG"; } else if (price == "trx") {