This commit is contained in:
HolgerHatGarKeineNode
2023-10-30 11:39:00 +01:00
parent b12b579b76
commit 5627831191
10 changed files with 195 additions and 122 deletions

View File

@@ -117,6 +117,17 @@
</x-button>
@endif
</div>
<div>
@if($meetup->simplex)
<x-button
target="_blank"
:href="$meetup->simplex"
secondary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i>
{{ __('SimpleX') }}
</x-button>
@endif
</div>
<div>
@if($meetup->matrix_group)
<x-button