mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
feat: Add 'My Meetups' link to mobile navigation
This commit adds a new link 'My Meetups' to the mobile navigation in both the 'Profile' and 'Meetups' sections, allowing users to access their meetups directly from the mobile navigation. This should improve user experience by providing a quicker and more intuitive navigation path to personal meetups.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
x-show="open" style="display: none;" x-cloak>
|
||||
<a href="{{ route('profile.show') }}"
|
||||
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('My profile') }}</a>
|
||||
<a href="{{ route('profile.meetups') }}"
|
||||
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('My meetups') }}</a>
|
||||
<a href="{{ route('profile.wallet') }}"
|
||||
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Change lightning wallet/pubkey') }}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user