Skip to content

Commit

Permalink
fix close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Sep 2, 2022
1 parent 634f5aa commit 09bf0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/dispenser-close.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
var doneCb = function(tx){
if(tx){
dialogClose('dialog-close-dispenser');
dialogMessage('<i class="fa fa-lg fa-ban"></i> Close Dispenser Successful', '<center>Your dispenser transaction has been sent to the network and should be included to a block shortly.' +
dialogMessage('<i class="fa fa-lg fa-close"></i> Close Dispenser Successful', '<center>Your dispenser transaction has been sent to the network and should be included to a block shortly.' +
'<br/><br/><a class="btn btn-success" href="' + FW.XCHAIN_API + '/tx/' + tx + '" target="_blank">View Transaction</a></center>');
}
}
Expand Down

0 comments on commit 09bf0cd

Please sign in to comment.