This commit is contained in:
github-actions[bot]
2025-02-28 08:54:42 +00:00
parent 7458122737
commit a49982b542
641 changed files with 2469 additions and 2469 deletions

View File

@@ -57,7 +57,7 @@ const onMeetupMapMarkerClick = (m, modalId) => {
const city = m.city ? m.city.trim() : ''
const date = m.event ? new Date(`${m.event.start}Z`) : null
const webUrl = m.url != m.websiteUrl ? m.websiteUrl : null
const twitterUrl = m.twitter ? `https://twitter.com/${m.twitter}` : null
const twitterUrl = m.twitter ? `https://x.com/${m.twitter}` : null
const title = m.name + (city && !m.name.includes(city) ? ` (${city})` : '')
const urlTitle = m.url.includes('t.me/')
? 'Telegram'