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

@@ -26,6 +26,15 @@
{{ __('Telegram-Link') }}
</x-button>
@endif
@if($meetup->simplex)
<x-button
target="_blank"
:href="$meetup->simplex"
primary lg class="mt-4 whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i>
{{ __('SimpleX-Link') }}
</x-button>
@endif
@if($meetup->webpage)
<x-button
target="_blank"