new book case

This commit is contained in:
Benjamin Takats
2023-01-16 15:13:51 +01:00
parent 52a13de42a
commit 9b7860b1ac
3 changed files with 9 additions and 3 deletions

View File

@@ -641,5 +641,6 @@
"You get a point when you log in.": "Du bekommst einen Punkt, wenn du dich einloggst.",
"has": "hat",
"logins": "",
"points": "Punkte"
"points": "Punkte",
"Submit new book case": "Bücherregal einreichen"
}

View File

@@ -634,5 +634,6 @@
"has": "",
"logins": "",
"points": "",
"New meetup created: :title": "New meetup created: :title"
"New meetup created: :title": "New meetup created: :title",
"Submit new book case": ""
}

View File

@@ -2,7 +2,7 @@
<section class="w-full">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10">
<div
class="relative sm:sticky sm:top-0 bg-21gray z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl">
class="relative sm:sticky sm:top-0 bg-21gray z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl space-y-4">
<div class="relative flex flex-col md:flex-row">
<a href="{{ route('welcome', ['c' => $c, 'l' => $l]) }}"
class="flex items-center mb-5 font-medium text-gray-900 lg:w-auto lg:items-center lg:justify-center md:mb-0">
@@ -63,6 +63,10 @@
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') }}
</a>
@endif
@if(str(request()->route()->getName())->contains('meetup.'))
<a href="{{ route('meetup.world', ['country' => $c]) }}"