This commit is contained in:
HolgerHatGarKeineNode
2023-03-15 13:36:33 +01:00
parent 13b3ec6b0b
commit f98743ac35
8 changed files with 60 additions and 42 deletions

View File

@@ -29,7 +29,7 @@
<a href="{{ route('project.table.projectFunding', ['country' => $country]) }}" <a href="{{ route('project.table.projectFunding', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-search flex-none text-gray-400"></i> <i class="fa-thin fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submitted projects') }} {{ __('Submitted projects') }}
</a> </a>
@@ -43,7 +43,7 @@
<a href="{{ route('project.projectProposal.form', ['country' => $country]) }}" <a href="{{ route('project.projectProposal.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit project for funding') }} {{ __('Submit project for funding') }}
</a> </a>

View File

@@ -29,32 +29,32 @@
<a href="{{ route('bookCases.table.city', ['country' => $country]) }}" <a href="{{ route('bookCases.table.city', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400"></i> <i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('City search') }} {{ __('City search') }}
</a> </a>
<a href="{{ route('bookCases.table.bookcases', ['country' => $country]) }}" <a href="{{ route('bookCases.table.bookcases', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book flex-none text-gray-400"></i> <i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bookcases') }} {{ __('Bookcases') }}
</a> </a>
<a href="{{ route('bookCases.world', ['country' => $country]) }}" <a href="{{ route('bookCases.world', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-map flex-none text-gray-400"></i> <i class="fa-thin fa-map flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('World map') }} {{ __('World map') }}
</a> </a>
<a href="{{ route('bookCases.heatmap', ['country' => $country]) }}" <a href="{{ route('bookCases.heatmap', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-heat flex-none text-gray-400"></i> <i class="fa-thin fa-heat flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Heatmap') }} {{ __('Heatmap') }}
</a> </a>
@auth @auth
<a href="{{ route('bookCases.highScoreTable', ['country' => $country]) }}" <a href="{{ route('bookCases.highScoreTable', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-star flex-none text-gray-400"></i> <i class="fa-thin fa-star flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Highscore Table') }} {{ __('Highscore Table') }}
</a> </a>
@endauth @endauth
@@ -69,7 +69,7 @@
<a href="https://openbookcase.de/" target="_blank" <a href="https://openbookcase.de/" target="_blank"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit new book case') }} {{ __('Submit new book case') }}
</a> </a>

View File

@@ -29,31 +29,31 @@
<a href="{{ route('school.table.city', ['country' => $country]) }}" <a href="{{ route('school.table.city', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400"></i> <i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Cities') }} {{ __('Cities') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}" <a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-chalkboard-user flex-none text-gray-400"></i> <i class="fa-thin fa-chalkboard-user flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Lecturers') }} {{ __('Lecturers') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country]) }}" <a href="{{ route('school.table.venue', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-building flex-none text-gray-400"></i> <i class="fa-thin fa-building flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Venues') }} {{ __('Venues') }}
</a> </a>
<a href="{{ route('school.table.course', ['country' => $country]) }}" <a href="{{ route('school.table.course', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-screen-users flex-none text-gray-400"></i> <i class="fa-thin fa-screen-users flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Courses') }} {{ __('Courses') }}
</a> </a>
<a href="{{ route('school.table.event', ['country' => $country]) }}" <a href="{{ route('school.table.event', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar flex-none text-gray-400"></i> <i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Course Events') }} {{ __('Course Events') }}
</a> </a>
@@ -67,43 +67,43 @@
<a href="{{ route('contentCreator.form') }}" <a href="{{ route('contentCreator.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register lecturer') }} {{ __('Register lecturer') }}
</a> </a>
<a href="{{ route('venue.form') }}" <a href="{{ route('venue.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</a> </a>
<a href="{{ route('course.form.course') }}" <a href="{{ route('course.form.course') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register course') }} {{ __('Register course') }}
</a> </a>
<a href="{{ route('course.form.courseEvent') }}" <a href="{{ route('course.form.courseEvent') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register course date') }} {{ __('Register course date') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}" <a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage lecturers') }} {{ __('Manage lecturers') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}" <a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage venues') }} {{ __('Manage venues') }}
</a> </a>

View File

@@ -29,7 +29,7 @@
<a href="{{ route('bitcoinEvent.table.bitcoinEvent', ['country' => $country]) }}" <a href="{{ route('bitcoinEvent.table.bitcoinEvent', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar-lines-pen flex-none text-gray-400"></i> <i class="fa-thin fa-calendar-lines-pen flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Events') }} {{ __('Events') }}
</a> </a>
@@ -43,25 +43,25 @@
<a href="{{ route('venue.form') }}" <a href="{{ route('venue.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Create venue') }} {{ __('Create venue') }}
</a> </a>
<a href="{{ route('bitcoinEvent.form') }}" <a href="{{ route('bitcoinEvent.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register event') }} {{ __('Register event') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}" <a href="{{ route('school.table.venue', ['country' => $country, 'manage' => true]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage venues') }} {{ __('Manage venues') }}
</a> </a>

View File

@@ -29,20 +29,38 @@
<a href="{{ route('library.table.libraryItems', ['country' => $country]) }}" <a href="{{ route('library.table.libraryItems', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-search flex-none text-gray-400"></i> <i class="fa-thin fa-search flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Search') }} {{ __('Search') }}
</a> </a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Tutorials']) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-graduation-cap flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Tutorials') }}
</a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Videos']) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-video flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Videos') }}
</a>
<a href="{{ route('library.table.libraryItems', ['country' => $country, 'currentTab' => 'Bücher']) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-book flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Bücher') }}
</a>
<a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}" <a href="{{ route('library.table.podcastsEpisodes', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-podcast flex-none text-gray-400"></i> <i class="fa-thin fa-podcast flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Podcast Episodes') }} {{ __('Podcast Episodes') }}
</a> </a>
@auth @auth
<a href="{{ route('library.table.lecturer', ['country' => $country]) }}" <a href="{{ route('library.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-school flex-none text-gray-400"></i> <i class="fa-thin fa-school flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Library for lecturers') }} {{ __('Library for lecturers') }}
</a> </a>
@endauth @endauth

View File

@@ -29,19 +29,19 @@
<a href="{{ route('meetup.world', ['country' => $country]) }}" <a href="{{ route('meetup.world', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-globe flex-none text-gray-400"></i> <i class="fa-thin fa-globe flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('World map') }} {{ __('World map') }}
</a> </a>
<a href="{{ route('meetup.table.meetup', ['country' => $country]) }}" <a href="{{ route('meetup.table.meetup', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-people-group flex-none text-gray-400"></i> <i class="fa-thin fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Meetups') }} {{ __('Meetups') }}
</a> </a>
<a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}" <a href="{{ route('meetup.table.meetupEvent', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-calendar flex-none text-gray-400"></i> <i class="fa-thin fa-calendar flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Meetup dates') }} {{ __('Meetup dates') }}
</a> </a>
@@ -55,25 +55,25 @@
<a href="{{ route('meetup.meetup.form', ['country' => $country]) }}" <a href="{{ route('meetup.meetup.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit Meetup') }} {{ __('Submit Meetup') }}
</a> </a>
<a href="{{ route('meetup.event.form', ['country' => $country]) }}" <a href="{{ route('meetup.event.form', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Register Meetup date') }} {{ __('Register Meetup date') }}
</a> </a>
<a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}" <a href="{{ route('bookCases.table.city', ['country' => $country, 'manage' => true]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage cities/areas') }} {{ __('Manage cities/areas') }}
</a> </a>
<a href="{{ route('profile.meetups') }}" <a href="{{ route('profile.meetups') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-user-group flex-none text-gray-400"></i> <i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</a> </a>

View File

@@ -29,7 +29,7 @@
<a href="{{ route('article.overview') }}" <a href="{{ route('article.overview') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-newspaper flex-none text-gray-400"></i> <i class="fa-thin fa-newspaper flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('News Article') }} {{ __('News Article') }}
</a> </a>
@@ -43,13 +43,13 @@
<a href="{{ route('news.form') }}" <a href="{{ route('news.form') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-plus flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Submit news articles') }} {{ __('Submit news articles') }}
</a> </a>
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}" <a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400"></i> <i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage content creators') }} {{ __('Manage content creators') }}
</a> </a>

View File

@@ -32,19 +32,19 @@
<a href="{{ route('profile.show') }}" <a href="{{ route('profile.show') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-city flex-none text-gray-400"></i> <i class="fa-thin fa-city flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My profile') }} {{ __('My profile') }}
</a> </a>
<a href="{{ route('profile.meetups') }}" <a href="{{ route('profile.meetups') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-user-group flex-none text-gray-400"></i> <i class="fa-thin fa-user-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('My meetups') }} {{ __('My meetups') }}
</a> </a>
<a href="{{ route('profile.lnbits') }}" <a href="{{ route('profile.lnbits') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-key-skeleton-left-right flex-none text-gray-400"></i> <i class="fa-thin fa-key-skeleton-left-right flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('LNBits') }} {{ __('LNBits') }}
</a> </a>
@@ -58,7 +58,7 @@
<a href="{{ route('profile.wallet') }}" <a href="{{ route('profile.wallet') }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900"> class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-plus flex-none text-gray-400"></i> <i class="fa-thin fa-bolt flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Change lightning wallet/pubkey') }} {{ __('Change lightning wallet/pubkey') }}
</a> </a>