📝 Update support contact email
This commit is contained in:
@@ -41,7 +41,7 @@ test.describe('Payment input block', () => {
|
|||||||
await page.selectOption('select', 'EUR')
|
await page.selectOption('select', 'EUR')
|
||||||
await page.click('text=Additional information')
|
await page.click('text=Additional information')
|
||||||
await page.fill('[placeholder="John Smith"]', 'Baptiste')
|
await page.fill('[placeholder="John Smith"]', 'Baptiste')
|
||||||
await page.fill('[placeholder="john@gmail.com"]', 'baptiste@typebot.io')
|
await page.fill('[placeholder="john@gmail.com"]', 'test@typebot.io')
|
||||||
await expect(page.locator('text="Phone number:"')).toBeVisible()
|
await expect(page.locator('text="Phone number:"')).toBeVisible()
|
||||||
|
|
||||||
await page.click('text=Preview')
|
await page.click('text=Preview')
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default function Page() {
|
|||||||
</Text>
|
</Text>
|
||||||
<Text>
|
<Text>
|
||||||
If you think it's a mistake, feel free to{' '}
|
If you think it's a mistake, feel free to{' '}
|
||||||
<Link href="mailto:baptiste@typebot.io" textDecor="underline">
|
<Link href="mailto:support@typebot.io" textDecor="underline">
|
||||||
reach out
|
reach out
|
||||||
</Link>
|
</Link>
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
This is the source code of Typebot's documentation located at https://docs.typebot.io
|
This is the source code of Typebot's documentation located at https://docs.typebot.io
|
||||||
|
|
||||||
# Contribute
|
|
||||||
|
|
||||||
If you're not technical or not familiar with how GitHub works, you can send your written documents directly to [baptiste@typebot.io](mailto:baptiste@typebot.io). You will be mentioned as a contributor 🥰
|
|
||||||
|
|
||||||
# Website
|
# Website
|
||||||
|
|
||||||
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
|
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export const Footer = () => {
|
|||||||
<Stack align={'flex-start'}>
|
<Stack align={'flex-start'}>
|
||||||
<ListHeader>Company</ListHeader>
|
<ListHeader>Company</ListHeader>
|
||||||
<TextLink href="/about">About</TextLink>
|
<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={'/terms-of-service'}>Terms of Service</TextLink>
|
||||||
<TextLink href={'/privacy-policies'}>Privacy Policy</TextLink>
|
<TextLink href={'/privacy-policies'}>Privacy Policy</TextLink>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ const AboutPage = () => {
|
|||||||
</Text>
|
</Text>
|
||||||
<Text>
|
<Text>
|
||||||
If you have any questions, feel free to reach out to me at{' '}
|
If you have any questions, feel free to reach out to me at{' '}
|
||||||
<TextLink href={'mailto:baptiste@typebot.io'}>
|
<TextLink href={'mailto:support@typebot.io'}>
|
||||||
baptiste@typebot.io
|
support@typebot.io
|
||||||
</TextLink>
|
</TextLink>
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ const createHtmlFile = () => {
|
|||||||
workspaceName={'Typebot'}
|
workspaceName={'Typebot'}
|
||||||
typebotName={'Lead Generation'}
|
typebotName={'Lead Generation'}
|
||||||
url={'https://app.typebot.io'}
|
url={'https://app.typebot.io'}
|
||||||
hostEmail={'baptiste@typebot.io'}
|
hostEmail={'host@typebot.io'}
|
||||||
guestEmail={'guest@typebot.io'}
|
guestEmail={'guest@typebot.io'}
|
||||||
/>
|
/>
|
||||||
).html
|
).html
|
||||||
@@ -35,7 +35,7 @@ const createHtmlFile = () => {
|
|||||||
<WorkspaceMemberInvitation
|
<WorkspaceMemberInvitation
|
||||||
workspaceName={'Typebot'}
|
workspaceName={'Typebot'}
|
||||||
url={'https://app.typebot.io'}
|
url={'https://app.typebot.io'}
|
||||||
hostEmail={'baptiste@typebot.io'}
|
hostEmail={'host@typebot.io'}
|
||||||
guestEmail={'guest@typebot.io'}
|
guestEmail={'guest@typebot.io'}
|
||||||
/>
|
/>
|
||||||
).html
|
).html
|
||||||
|
|||||||
Reference in New Issue
Block a user