add buttons changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-21 20:11:30 +01:00
parent ea196074cc
commit f971818c12
6 changed files with 24 additions and 28 deletions

View File

@@ -0,0 +1,10 @@
<div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('meetup.meetup.form', ['country' => $country, 'meetup' => null])">
<i class="fa fa-thin fa-plus"></i>
{{ __('Submit Meetup') }}
</x-button>
<x-button :href="route('profile.meetups', ['country' => $country])">
<i class="fa fa-thin fa-user-group"></i>
{{ __('My meetups') }}
</x-button>
</div>