mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
links to landing
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-12" src="{{ $row->meetup->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->meetup->name }}">
|
||||
<div>
|
||||
{{ $row->meetup->name }}
|
||||
<a href="{{ route('meetup.event.landing', ['country' => $country, 'meetupEvent' => $row]) }}">
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-12" src="{{ $row->meetup->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->meetup->name }}">
|
||||
<div>
|
||||
{{ $row->meetup->name }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user