mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Proper escaping for apostrophe
This commit is contained in:
parent
22c1f6f7b4
commit
41f3efb5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue