diff --git a/content/meetups.json b/content/meetups.json index dc8d3895b72..06b274fe1ad 100644 --- a/content/meetups.json +++ b/content/meetups.json @@ -265,7 +265,7 @@ }, { "name": "Einundzwanzig Heidelberg", - "url": "https://t.me/+kHpDQ9MPBt03NmNi", + "url": "https://t.me/Einundzwanzig_HEIDELBERG", "top": 60, "left": 27, "country": "DE", @@ -439,6 +439,14 @@ "country": "CH", "state": ["Bern"] }, + { + "name": "Einezwänzg Solothurn", + "url": "https://t.me/+o2gLvxb2SxFhNTI0", + "top": 82, + "left": 16, + "country": "CH", + "state": ["Solothurn"] + }, { "name": "Bitcoin Zürich", "url": "https://www.meetup.com/de-DE/Bitcoin-Meetup-Switzerland/", diff --git a/src/meetups.pug b/src/meetups.pug index 6e7e04b33ba..bd870c534ec 100644 --- a/src/meetups.pug +++ b/src/meetups.pug @@ -34,7 +34,7 @@ block main li.official(class=clss(m) style=style(m)) a(href=m.url target="_blank" rel="nofollow noopener") .dot(style=`animation-delay:${((j*2000) + random(3000))}ms;animation-duration:${meetups.length*2}s;`) - = m.name.replace('Einundzwanzig ', '') + = m.name.replace('Einundzwanzig ', '').replace('Einezwänzg ', '') if m.members = ' ' small.members= `(${m.members})`