Skip to content

Commit

Permalink
no css hue
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Feb 1, 2024
1 parent dd70617 commit bc0df7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified img/success.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@
if (block && block.block) {
var success_el = document.getElementById('nano-pay-button-image')
var success_text = document.getElementById('nano-pay-button-text')
success_el.src = 'https://pay.nano.to/img/success.gif?v=1'
success_el.style.filter = 'hue-rotate(115deg)' // blue
success_el.src = 'https://pay.nano.to/img/success.gif?v=2'
// success_el.style.filter = 'hue-rotate(115deg)' // blue
success_text.innerText = 'Success'
if (config.success) {
setTimeout(async () => {
Expand Down

0 comments on commit bc0df7a

Please sign in to comment.