Skip to content

Commit

Permalink
Icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed May 14, 2024
1 parent 2ae0779 commit 1b8c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/wwwroot/js/copy-to-clipboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function confirmCopy(el, message) {
const hasIcon = !!el.innerHTML.match('icon-copy')
const hasIcon = !!el.innerHTML.match('icon-actions-copy')
const confirmHTML = `<span class="text-success">${message}</span>`;
if (hasIcon) {
el.innerHTML = el.innerHTML.replace('#copy', '#checkmark');
Expand Down

0 comments on commit 1b8c187

Please sign in to comment.