Forgot Password

Suggestion. Change forget password to forgot password.
This commit is contained in:
David Yartey 2021-04-08 15:00:59 +00:00 committed by GitHub
parent a3758546dc
commit 70718062bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</label>
</div>
<div class="px-10 py-4 bg-gray-100 border-t border-gray-100 flex justify-between items-center">
<a class="hover:underline" tabindex="-1" href="#reset-password">Forget password?</a>
<a class="hover:underline" tabindex="-1" href="#reset-password">Forgot password?</a>
<loading-button :loading="form.processing" class="btn-indigo" type="submit">Login</loading-button>
</div>
</form>