Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Sep 16, 2022
1 parent 6561c79 commit 2dd6f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout/forgot-password/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const ForgotPassword: React.FC<ForgotPasswordProps> = () => {
<div className="pb-5">
<h2 className="mb-5 text-lg font-medium text-center text-gray-600 font-heading">Check your email</h2>
<Icon icon={CHECK_EMAIL_SVG} className="w-16 h-16 mx-auto mb-5 text-gray-500" />
<p className="mx-auto text-sm text-center text-gray-400" style={{ maxWidth: 300 }}>We have sent a password recover instructions to your email...</p>
<p className="mx-auto text-sm text-center text-gray-400" style={{ maxWidth: 300 }}>We have sent password recovery instructions to your email...</p>
</div>
<div className="pt-5">
<p className="mx-auto mb-5 text-sm text-center text-gray-400" style={{ maxWidth: 300 }}>
Expand Down

0 comments on commit 2dd6f36

Please sign in to comment.