Skip to content

Commit

Permalink
Apostrophe caused ESLint error, fixed with escape
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmaranga committed Nov 26, 2024
1 parent fd89fda commit 79416b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ForgotPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function ForgotPasswordForm() {
</div>
{step === 2 && (
<div className="mt-4 text-gray-500 text-center text-sm font-['Sofia Pro']">
Didn't receive a code?
Didn&#39;t receive a code?
<button className="px-1 text-teal-600 font-semibold font-['Sofia Pro']">
Resend
</button>
Expand Down

0 comments on commit 79416b2

Please sign in to comment.