mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +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>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-24" src="{{ $row->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->name }}">
|
||||
<div>
|
||||
{{ $row->name }}
|
||||
<a href="{{ route('meetup.landing', ['country' => $country, 'meetup' => $row]) }}">
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-24" src="{{ $row->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->name }}">
|
||||
<div>
|
||||
{{ $row->name }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user