change forget password link
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-between">
|
||||
<div class="flex justify-between items-center">
|
||||
<button type="submit" class="btn-primary">
|
||||
{{ __('Login') }}
|
||||
</button>
|
||||
@if (Route::has('password.request'))
|
||||
<a class="btn-secondary" href="{{ route('password.request') }}">
|
||||
<a class="text-white hover:text-gray-200" href="{{ route('password.request') }}">
|
||||
{{ __('Forgot Your Password?') }}
|
||||
</a>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user