mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fixes #16
This commit is contained in:
@@ -23,9 +23,12 @@
|
||||
{{ __('Your current Meetup groups') }}
|
||||
</p>
|
||||
<div class="grid grid-cols-1 gap-2">
|
||||
@foreach($myMeetupNames as $id => $myMeetupName)
|
||||
<x-badge class="whitespace-nowrap" lg outline white
|
||||
label="{{ $myMeetupName }}"/>
|
||||
@foreach($myMeetupNames as $myMeetup)
|
||||
<a href="{{ $myMeetup['link'] }}">
|
||||
<x-badge
|
||||
class="whitespace-nowrap" lg outline white
|
||||
label="{{ $myMeetup['name'] }}"/>
|
||||
</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user