Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 16, 2021
1 parent eaf7289 commit 9a56a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Expand Up @@ -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">Login</a>
<a href="{{ route('login') }}" class="text-sm text-gray-700 underline">Log in</a>

@if (Route::has('register'))
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>
Expand Down

0 comments on commit 9a56a60

Please sign in to comment.