change forget password link

This commit is contained in:
Romulus21
2021-01-01 21:14:14 +01:00
parent f25a584f72
commit 64de7981df

View File

@@ -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