This commit is contained in:
github-actions[bot]
2024-09-17 14:41:17 +00:00
parent 87ea6e1718
commit e16404b127
593 changed files with 2321 additions and 2320 deletions

View File

@@ -79,7 +79,7 @@ const onMeetupMapMarkerClick = (m, modalId) => {
Links zum Treffen:
${link(m.event.portalLink, 'Portal')}
${link(m.event.link, 'Website')}
${link(m.event.nostr_note ? `https://snort.social/e/${m.event.nostr_note}` : null, 'Nostr')}
${link(m.event.nostr_note ? `https://primal.net/e/${m.event.nostr_note}` : null, 'Nostr')}
</p>` : '')
toggleModal(modalId)