mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable links to email forms
This commit is contained in:
parent
4d115f483e
commit
4c1be4ac18
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
|
|||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
{/*
|
||||
<StyledText
|
||||
style="caption"
|
||||
css={{
|
||||
|
|
@ -131,7 +131,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
|
|||
</Link>{' '}
|
||||
with your email address.
|
||||
</SpanBox>
|
||||
</StyledText>
|
||||
</StyledText> */}
|
||||
|
||||
</VStack>
|
||||
<TermAndConditionsFooter />
|
||||
|
|
|
|||
Loading…
Reference in a new issue