Skip to content

Commit

Permalink
fix: resolve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Dec 28, 2022
1 parent 5073435 commit 596f9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Auth/LoginPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const LoginPage = () => {
</form>
</div>
<div className="flex justify-start w-[-webkit-fill-available] py-2">
You don't have an account ?
You don&apos;t have an account ?
<span
className="text-primary text-left px-2 cursor-pointer"
onClick={() => router.push("/signup")}
Expand Down
4 changes: 2 additions & 2 deletions components/Auth/ResetPassword/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const ResetPassword = () => {
Reset password
</p>
<p className="mt-6 md:text-xl text-md text-gray-100">
Enter your email address and we'll send you an email with
instructions to reset your password{" "}
Enter your email address and we&apos;ll send you an email with
instructions to reset your password
</p>
<form className="flex flex-col mt-3">
<label className="text-gray-300 font-bold my-2">Password</label>
Expand Down

0 comments on commit 596f9a4

Please sign in to comment.