📝 Update support contact email
This commit is contained in:
@ -71,7 +71,7 @@ export const Footer = () => {
|
||||
<Stack align={'flex-start'}>
|
||||
<ListHeader>Company</ListHeader>
|
||||
<TextLink href="/about">About</TextLink>
|
||||
<TextLink href="mailto:baptiste@typebot.io">Contact</TextLink>
|
||||
<TextLink href="mailto:support@typebot.io">Contact</TextLink>
|
||||
<TextLink href={'/terms-of-service'}>Terms of Service</TextLink>
|
||||
<TextLink href={'/privacy-policies'}>Privacy Policy</TextLink>
|
||||
</Stack>
|
||||
|
@ -68,8 +68,8 @@ const AboutPage = () => {
|
||||
</Text>
|
||||
<Text>
|
||||
If you have any questions, feel free to reach out to me at{' '}
|
||||
<TextLink href={'mailto:baptiste@typebot.io'}>
|
||||
baptiste@typebot.io
|
||||
<TextLink href={'mailto:support@typebot.io'}>
|
||||
support@typebot.io
|
||||
</TextLink>
|
||||
</Text>
|
||||
</Stack>
|
||||
|
Reference in New Issue
Block a user