This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 23:06:30 +01:00
parent 2c648c76e7
commit b789b1de06
2 changed files with 5 additions and 3 deletions

View File

@@ -708,5 +708,7 @@
"I will show up": "Ich sage zu", "I will show up": "Ich sage zu",
"Might attend": "Vielleicht komme ich", "Might attend": "Vielleicht komme ich",
"Here you can confirm your participation and find more information about the Meetup.": "Hier kannst du deine Teilnahme bestätigen und weitere Informationen zum Meetup finden.", "Here you can confirm your participation and find more information about the Meetup.": "Hier kannst du deine Teilnahme bestätigen und weitere Informationen zum Meetup finden.",
"Unfortunately I cannot come": "Leider kann ich doch nicht kommen" "Unfortunately I cannot come": "Leider kann ich doch nicht kommen",
"Link to participate": "Link zur Teilnahme",
"Copied!": "Kopiert!"
} }

View File

@@ -117,10 +117,10 @@
<div> <div>
<div class="-mt-px flex divide-x divide-gray-200"> <div class="-mt-px flex divide-x divide-gray-200">
<div class="-ml-px flex w-0 flex-1"> <div class="-ml-px flex w-0 flex-1">
<a target="_blank" href="{{ $meetupEvent->link }}" <a target="_blank" href="{{ route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $meetupEvent]) }}"
class="relative inline-flex w-0 flex-1 items-center justify-center rounded-br-lg border border-transparent py-4 text-sm font-medium text-gray-700 hover:text-gray-500"> class="relative inline-flex w-0 flex-1 items-center justify-center rounded-br-lg border border-transparent py-4 text-sm font-medium text-gray-700 hover:text-gray-500">
<i class="text-gray-100 text-2xl fa-thin fa-right-to-bracket"></i> <i class="text-gray-100 text-2xl fa-thin fa-right-to-bracket"></i>
<span class="ml-3 text-gray-100 text-2xl">{{ __('Link') }}</span> <span class="ml-3 text-gray-100 text-2xl">{{ __('Link to participate') }}</span>
</a> </a>
</div> </div>
</div> </div>