Gemini emoji on person options screen

main
Bob Mottram 2022-11-05 11:34:04 +00:00
parent 8c2062c84c
commit 5c1969121f
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ def html_person_options(default_timeline: str,
if '://' not in gemini_str:
gemini_str = 'gemini://' + gemini_str
options_str += \
'<p class="imText">🌐 <a href="' + gemini_str + '">' + \
'<p class="imText"> <a href="' + gemini_str + '">' + \
gemini_link + '</a></p>\n'
if xmpp_address:
options_str += \