diff --git a/html.ts b/html.ts index 9a8033c..5d1b96e 100644 --- a/html.ts +++ b/html.ts @@ -113,9 +113,6 @@ export function articleListHtml(articles: Article[]): string { function userAddressHtml(profile: Profile) { let html = ""; - if (profile.nip05) { - html += `
Nostr address
${profile.nip05}
\n`; - } if (profile.lud16) { html += `
Lightning address
${profile.lud16}
\n`; }