Proper escaping for apostrophe

This commit is contained in:
Jackson Harper
2022-07-19 10:31:20 -07:00
parent 22c1f6f7b4
commit 41f3efb5cd

View File

@ -108,7 +108,7 @@ export function EmailLogin(): JSX.Element {
textAlign: 'center'
}}
>
Don't have an account? {' '}
Don't have an account? {' '}
<Link href="/email-signup" passHref>
<StyledTextSpan style="captionLink" css={{ color: '$omnivoreGray' }}>Sign up</StyledTextSpan>
</Link>