Use phone emoji for qrcode scan

main
Bob Mottram 2020-06-21 15:18:20 +00:00
parent 7351b5d0c7
commit e3eec98b4d
1 changed files with 1 additions and 1 deletions

View File

@ -2563,7 +2563,7 @@ def htmlProfile(defaultTimeline: str,
profileHeaderStr += \
' <p><b>@' + nickname + '@' + domainFull + \
'</b> <a href="/users/' + nickname + \
'/qrcode.png" alt="QR Code" title="QR Code">🔲</a></p>'
'/qrcode.png" alt="QR Code" title="QR Code">📱</a></p>'
profileHeaderStr += ' <p>' + profileDescriptionShort + '</p>'
profileHeaderStr += loginButton
profileHeaderStr += ' </div>'