mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Merge branch 'master' of github.com:paulwillen/einundzwanzig-portal
This commit is contained in:
@@ -86,9 +86,9 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'locale' => 'de',
|
'locale' => env('DEFAULT_LOCALE', 'de'),
|
||||||
|
|
||||||
'country' => 'de',
|
'country' => env('DEFAULT_LOCALE', 'de'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -27,13 +27,13 @@
|
|||||||
<div class="mt-6 flow-root">
|
<div class="mt-6 flow-root">
|
||||||
<div class="-my-2">
|
<div class="-my-2">
|
||||||
|
|
||||||
<a href="{{ route('meetup.world', ['country' => $country]) }}"
|
<a href="{{ route('meetup.world', ['country' => $country ?? 'de']) }}"
|
||||||
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 w-6 h-5 mr-2 -ml-1"></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 ?? 'de']) }}"
|
||||||
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 w-6 h-5 mr-2 -ml-1"></i>
|
<i class="fa-thin fa-people-group flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
|
||||||
{{ __('Meetups') }}
|
{{ __('Meetups') }}
|
||||||
@@ -47,7 +47,8 @@
|
|||||||
|
|
||||||
<a href="{{ route('nostr.plebs') }}"
|
<a href="{{ route('nostr.plebs') }}"
|
||||||
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">
|
||||||
<svg class="svg-inline--fa flex-none text-gray-400 w-6 h-5 mr-2 -ml-1" fill="#000000" version="1.1" id="nostr" xmlns="http://www.w3.org/2000/svg"
|
<svg class="svg-inline--fa flex-none text-gray-400 w-6 h-5 mr-2 -ml-1" fill="#000000"
|
||||||
|
version="1.1" id="nostr" xmlns="http://www.w3.org/2000/svg"
|
||||||
height="20px" viewBox="0 0 571.004 571.004"
|
height="20px" viewBox="0 0 571.004 571.004"
|
||||||
xml:space="preserve">
|
xml:space="preserve">
|
||||||
<g>
|
<g>
|
||||||
|
|||||||
Reference in New Issue
Block a user