We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719fbf9 commit f9879a5Copy full SHA for f9879a5
1 file changed
public/index.html
@@ -187,6 +187,7 @@ <h2>${esc(c.name || short(pk))}</h2>
187
<div class="chips">
188
<span class="chip"><strong>${fmt(followers)}</strong> followers</span>
189
<span class="chip"><strong>${fmt(following)}</strong> following</span>
190
+ <a class="chip" href="https://nostr.at/p/${pk}" target="_blank" rel="noopener" title="View this identity on the nostr.at aggregator">nostr.at ↗</a>
191
${doc.service?.length ? `<span class="chip">${doc.service.length} relay${doc.service.length > 1 ? 's' : ''}</span>` : ''}
192
${c.website ? `<a class="chip" href="${esc(c.website)}" target="_blank" rel="noopener">${esc(c.website.replace(/^https?:\/\//, ''))}</a>` : ''}
193
${c.lud16 ? `<span class="chip">⚡ ${esc(c.lud16)}</span>` : ''}
0 commit comments