mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
btc-meetups updated
This commit is contained in:
@@ -63,7 +63,7 @@ Route::middleware([])
|
|||||||
'tags' => [
|
'tags' => [
|
||||||
'type' => 'community',
|
'type' => 'community',
|
||||||
'name' => $meetup->name,
|
'name' => $meetup->name,
|
||||||
'continent' => $meetup->city->country->europe,
|
'continent' => 'europe',
|
||||||
'icon:square' => $meetup->getFirstMediaUrl('logo'),
|
'icon:square' => $meetup->getFirstMediaUrl('logo'),
|
||||||
'contact:email' => null,
|
'contact:email' => null,
|
||||||
'contact:twitter' => 'https://twitter.com/'.$meetup->twitter_username,
|
'contact:twitter' => 'https://twitter.com/'.$meetup->twitter_username,
|
||||||
|
|||||||
Reference in New Issue
Block a user