mobile nav changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 13:16:29 +01:00
parent 9a02b53b1e
commit c9e91703fb
10 changed files with 179 additions and 128 deletions

View File

@@ -95,6 +95,8 @@
x-show="open" style="display: none;">
<a href="{{ route('article.overview') }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('News Article') }}</a>
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="block rounded-lg py-2 pl-6 pr-3 text-sm font-semibold leading-7 text-gray-900 hover:bg-gray-50">{{ __('Manage content creators') }}</a>
</div>
</div>