feat: Add nostr

This commit is contained in:
2024-03-27 16:59:22 +11:00
parent 754aada478
commit 1b6536d8ae
12 changed files with 331 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ def address_links(addresses,foreground):
html = ''
for address in addresses:
token = address['token'].upper()
html += f'<a href=".well-known/wallets/{token}" target="_blank">{tokenImage(token,foreground)}</a>'
html += f'<a style="margin:5px;" href=".well-known/wallets/{token}" target="_blank">{tokenImage(token,foreground)}</a>'
return html
def tokenImage(token,foreground):