qrcode icon

main
bashrc 2026-03-02 16:15:44 +00:00
parent 26c075ee7c
commit 08f85d5816
2 changed files with 2 additions and 2 deletions

View File

@ -505,7 +505,7 @@ def html_person_options(default_timeline: str,
'/qrcode_lxmf.png" alt="' + translate['QR Code'] + '" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'<img class="qrcode" alt="' + translate['QR Code'] + \
'" src="/icons/qrcode_lxmf.png" /></a></p>\n'
'" src="/icons/qrcode.png" /></a></p>\n'
if briar_address:
if briar_address.startswith('briar://'):
options_str += \

View File

@ -1428,7 +1428,7 @@ def html_profile(signing_priv_key_pem: str,
'" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'<img class="qrcode" alt="' + translate['QR Code'] + \
'" src="/icons/qrcode_lxmf.png" /></a></p>\n'
'" src="/icons/qrcode.png" /></a></p>\n'
if briar_address:
if briar_address.startswith('briar://'):
donate_section += \