This commit is contained in:
Benjamin Takats
2023-01-16 12:35:15 +01:00
parent bc9f704163
commit 59b34f5375

View File

@@ -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>