diff --git a/.github-readme/basicswap_header.jpg b/.github-readme/basicswap_header.jpg index c70a853..8cfd77d 100644 Binary files a/.github-readme/basicswap_header.jpg and b/.github-readme/basicswap_header.jpg differ diff --git a/basicswap/static/js/coin_icons.js b/basicswap/static/js/coin_icons.js index 52f21ed..6cc1980 100644 --- a/basicswap/static/js/coin_icons.js +++ b/basicswap/static/js/coin_icons.js @@ -14,7 +14,7 @@ function updateSelectCache(select) { function setSelectData(select) { const selectedOption = select.options[select.selectedIndex]; - const image = selectedOption.getAttribute('data-image') || 'https://dummyimage.com/20x20/000/fff'; // set a default image URL + const image = selectedOption.getAttribute('data-image') || '/static/images/other/coin.png'; // set a default image URL const name = selectedOption.textContent.trim(); if (image) { select.style.backgroundImage = `url(${image})`; diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html index 97cf2cd..9ee5c96 100644 --- a/basicswap/templates/active.html +++ b/basicswap/templates/active.html @@ -111,7 +111,7 @@ {{ s[1] }} - {{ s[2] }} + {{ s[2] }} {{ s[3] }} {{ s[4] }} diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index e3d98b2..0a1ed9f 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -412,7 +412,7 @@ diff --git a/basicswap/templates/offer_confirm.html b/basicswap/templates/offer_confirm.html index 4efc43d..e75fcaf 100644 --- a/basicswap/templates/offer_confirm.html +++ b/basicswap/templates/offer_confirm.html @@ -668,12 +668,6 @@
@@ -698,26 +692,26 @@
- + @@ -586,5 +636,60 @@ opacity: 0.50 !important; {% include 'footer.html' %} +{% if show_chart %} + +{% endif %} \ No newline at end of file diff --git a/basicswap/templates/offer_new_2.html b/basicswap/templates/offer_new_2.html index 6a355b7..02cdb87 100644 --- a/basicswap/templates/offer_new_2.html +++ b/basicswap/templates/offer_new_2.html @@ -571,13 +571,6 @@
@@ -615,25 +608,25 @@ {% endif %}