This commit is contained in:
HolgerHatGarKeineNode
2023-02-07 09:54:35 +01:00
parent c501b68969
commit 5b475cc660
4 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<x-button
primary
xs
:href="route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $row->id])"
:href="route('meetup.event.landing', ['country' => $row->meetup->city->country, 'meetupEvent' => $row->id])"
>
<i class="fa fa-thin fa-browser mr-2"></i>
{{ __('Link to participate') }}