update wording

This commit is contained in:
Taylor Otwell 2021-02-16 08:02:06 -06:00
parent eaf7289523
commit 9a56a60cc9
1 changed files with 1 additions and 1 deletions

View File

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