mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
enable user donations
This commit is contained in:
@@ -59,10 +59,6 @@
|
||||
class="{{ request()->routeIs('bookCases.table.bookcases') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Bookcases') }}
|
||||
</a>
|
||||
<a href="{{ route('bookCases.highScoreTable', ['country' => $c]) }}"
|
||||
class="{{ request()->routeIs('bookCases.highScoreTable') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Highscore Table') }}
|
||||
</a>
|
||||
<a href="https://openbookcase.de/" target="_blank"
|
||||
class="text-gray-400 mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Submit new book case') }}
|
||||
@@ -88,6 +84,10 @@
|
||||
{{ __('Events') }}
|
||||
</a>
|
||||
@endif
|
||||
<a href="{{ route('bookCases.highScoreTable', ['country' => $c]) }}"
|
||||
class="{{ request()->routeIs('bookCases.highScoreTable') ? 'text-amber-500 underline' : 'text-gray-400' }} mr-5 font-medium leading-6 hover:text-gray-300">
|
||||
{{ __('Highscore Table') }}
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user