From 08f85d5816f24dadf7e86c8f8a46dc29796c4175 Mon Sep 17 00:00:00 2001
From: bashrc
Date: Mon, 2 Mar 2026 16:15:44 +0000
Subject: [PATCH] qrcode icon
---
webapp_person_options.py | 2 +-
webapp_profile.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapp_person_options.py b/webapp_person_options.py
index c8869bb77..a004ef81d 100644
--- a/webapp_person_options.py
+++ b/webapp_person_options.py
@@ -505,7 +505,7 @@ def html_person_options(default_timeline: str,
'/qrcode_lxmf.png" alt="' + translate['QR Code'] + '" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'![' + translate['QR Code'] + \
- '](/icons/qrcode_lxmf.png)
\n'
+ '" src="/icons/qrcode.png" />\n'
if briar_address:
if briar_address.startswith('briar://'):
options_str += \
diff --git a/webapp_profile.py b/webapp_profile.py
index 40ea4e9fb..0d467e9c4 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -1428,7 +1428,7 @@ def html_profile(signing_priv_key_pem: str,
'" title="' + \
translate['QR Code'] + '" tabindex="1">' + \
'
\n'
+ '" src="/icons/qrcode.png" />\n'
if briar_address:
if briar_address.startswith('briar://'):
donate_section += \