Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Feb 20, 2024
1 parent 6fd63fb commit fe9af73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2023/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i class='fa fa-exchange-alt'></i> BCH";
} else if (price == "xmg") {
} else*/
if (price == "xmg") {
name = "DUCO Exchange";
type = "DUCO <i class='fa fa-exchange-alt'></i> XMG";
} else if (price == "trx") {
Expand Down

0 comments on commit fe9af73

Please sign in to comment.