mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
update wording
This commit is contained in:
parent
eaf7289523
commit
9a56a60cc9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user