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>
|
||||
@else
|
||||
<div class="inline-flex items-center ml-5 my-2 text-lg space-x-6 lg:justify-end">
|
||||
<a 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">
|
||||
<x-button href="{{ route('auth.ln') }}">
|
||||
<i class="fa-thin fa-sign-in"></i>
|
||||
{{ __('Login') }}
|
||||
</a>
|
||||
<a href="{{ route('auth.ln') }}"
|
||||
</x-button>
|
||||
{{--<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">
|
||||
{{ __('Registration') }}
|
||||
</a>
|
||||
</a>--}}
|
||||
</div>
|
||||
@endauth
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user