mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-18 21:32:38 +01:00
Update print.html
This commit is contained in:
parent
faa3a3f197
commit
0c65d997a5
@ -267,7 +267,7 @@ console.log(user_fau)
|
||||
allqr = ""
|
||||
|
||||
for (i = 0; i < lnurlamt; i++) {
|
||||
allqr += "<div style='float:left;padding:20px; background-image: url(https://i.imgur.com/07jS7oh.jpg); width: 500px;height: 248px;'><div style='width:120px;float:right;margin-top:-16px;margin-right:-19px;background-color: white;'><div id='qrcode" + i + "'></div><center><p>{{user_fau[7]}} FREE SATS! <br/> <small style='font-size: 52%;'>SCAN AND FOLLOW LINK OR<br/>USE LN BITCOIN WALLET</small></p></center></div></div>"
|
||||
allqr += "<div style='float:left;padding:20px; background-image: url(../static/note(1).jpg); width: 500px;height: 248px;'><div style='width:120px;float:right;margin-top:-16px;margin-right:-19px;background-color: white;'><div id='qrcode" + i + "'></div><center><p>{{user_fau[7]}} FREE SATS! <br/> <small style='font-size: 52%;'>SCAN AND FOLLOW LINK OR<br/>USE LN BITCOIN WALLET</small></p></center></div></div>"
|
||||
}
|
||||
|
||||
document.getElementById("allqrs").innerHTML = allqr
|
||||
|
Loading…
Reference in New Issue
Block a user