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