mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
hotfix
This commit is contained in:
@@ -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!"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user