Skip to content

Commit f9879a5

Browse files
beacon: link each profile to its nostr.at aggregator view
1 parent 719fbf9 commit f9879a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ <h2>${esc(c.name || short(pk))}</h2>
187187
<div class="chips">
188188
<span class="chip"><strong>${fmt(followers)}</strong> followers</span>
189189
<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>
190191
${doc.service?.length ? `<span class="chip">${doc.service.length} relay${doc.service.length > 1 ? 's' : ''}</span>` : ''}
191192
${c.website ? `<a class="chip" href="${esc(c.website)}" target="_blank" rel="noopener">${esc(c.website.replace(/^https?:\/\//, ''))}</a>` : ''}
192193
${c.lud16 ? `<span class="chip">⚡ ${esc(c.lud16)}</span>` : ''}

0 commit comments

Comments
 (0)