btc-meetups updated

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 14:35:40 +01:00
parent 4ded31b502
commit 811bcf3534

View File

@@ -63,7 +63,7 @@ Route::middleware([])
'tags' => [
'type' => 'community',
'name' => $meetup->name,
'continent' => $meetup->city->country->europe,
'continent' => 'europe',
'icon:square' => $meetup->getFirstMediaUrl('logo'),
'contact:email' => null,
'contact:twitter' => 'https://twitter.com/'.$meetup->twitter_username,