Skip to content

Commit

Permalink
Make address QR code BIP 21 clickable
Browse files Browse the repository at this point in the history
see issue #192
  • Loading branch information
sickpig committed Jul 28, 2023
1 parent 44f0f0b commit a5236f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/address.pug
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ block content
div.row
div.summary-split-table-label QR Code
div.summary-split-table-content.text-monospace
img(src=addressQrCodeUrl, alt=address, style="border: solid 1px #ccc;")
a(href=address)
img(src=addressQrCodeUrl, alt=address, style="border: solid 1px #ccc;")

div.col-md-6
if (electrumScripthash)
Expand Down

0 comments on commit a5236f2

Please sign in to comment.