mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
login
This commit is contained in:
@@ -110,14 +110,14 @@
|
|||||||
<div></div>
|
<div></div>
|
||||||
@else
|
@else
|
||||||
<div class="inline-flex items-center ml-5 my-2 text-lg space-x-6 lg:justify-end">
|
<div class="inline-flex items-center ml-5 my-2 text-lg space-x-6 lg:justify-end">
|
||||||
<a href="{{ route('auth.ln') }}"
|
<x-button href="{{ route('auth.ln') }}">
|
||||||
class="text-xs sm:text-base font-medium leading-6 text-gray-400 hover:text-gray-300 whitespace-no-wrap transition duration-150 ease-in-out">
|
<i class="fa-thin fa-sign-in"></i>
|
||||||
{{ __('Login') }}
|
{{ __('Login') }}
|
||||||
</a>
|
</x-button>
|
||||||
<a href="{{ route('auth.ln') }}"
|
{{--<a href="{{ route('auth.ln') }}"
|
||||||
class="text-xs sm:text-base inline-flex items-center justify-center px-4 py-2 font-medium leading-6 text-gray-200 hover:text-white whitespace-no-wrap bg-gray-800 border border-transparent rounded shadow-sm hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-800">
|
class="text-xs sm:text-base inline-flex items-center justify-center px-4 py-2 font-medium leading-6 text-gray-200 hover:text-white whitespace-no-wrap bg-gray-800 border border-transparent rounded shadow-sm hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-800">
|
||||||
{{ __('Registration') }}
|
{{ __('Registration') }}
|
||||||
</a>
|
</a>--}}
|
||||||
</div>
|
</div>
|
||||||
@endauth
|
@endauth
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user