Skip to content

Commit

Permalink
Escape an apostrophe with'
Browse files Browse the repository at this point in the history
  • Loading branch information
paola4 committed Apr 30, 2024
1 parent fd5e6f6 commit 34737ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/auth/loginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ const LoginForm: React.FC<Props> = (props) => {
Login
</button>
<div>
Don't have an account? <Link href={'/auth/signUp'}>Register</Link>{' '}
Don&apos;t have an account?{' '}
<Link href={'/auth/signUp'}>Register</Link>{' '}
</div>
</form>
</div>
Expand Down

0 comments on commit 34737ae

Please sign in to comment.