mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
matrix_group
This commit is contained in:
@@ -34,6 +34,15 @@
|
|||||||
{{ __('Website') }}
|
{{ __('Website') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
@endif
|
@endif
|
||||||
|
@if($meetup->matrix_group)
|
||||||
|
<x-button
|
||||||
|
target="_blank"
|
||||||
|
:href="$meetup->matrix_group"
|
||||||
|
primary lg class="mt-4 whitespace-nowrap">
|
||||||
|
<i class="fa fa-thin fa-people-group mr-2"></i>
|
||||||
|
{{ __('Matrix-Group') }}
|
||||||
|
</x-button>
|
||||||
|
@endif
|
||||||
@if($meetup->twitter_username)
|
@if($meetup->twitter_username)
|
||||||
<x-button
|
<x-button
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user