Revert "Change "Login" text to "Log in" (#5536)" (#5537)

This reverts commit cbddb27c7e.
This commit is contained in:
Taylor Otwell
2021-02-15 15:06:50 -06:00
committed by GitHub
parent cbddb27c7e
commit 22626b5701

View File

@@ -27,7 +27,7 @@
@auth
<a href="{{ url('/home') }}" class="text-sm text-gray-700 underline">Home</a>
@else
<a href="{{ route('login') }}" class="text-sm text-gray-700 underline">Log in</a>
<a href="{{ route('login') }}" class="text-sm text-gray-700 underline">Login</a>
@if (Route::has('register'))
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>