Skip to content

Commit

Permalink
📝 Update support contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 12, 2023
1 parent 87fac3e commit 6375a24
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe('Payment input block', () => {
await page.selectOption('select', 'EUR')
await page.click('text=Additional information')
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 page.click('text=Preview')
Expand Down
2 changes: 1 addition & 1 deletion apps/builder/src/pages/suspended.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Page() {
</Text>
<Text>
If you think it&apos;s a mistake, feel free to{' '}
<Link href="mailto:baptiste@typebot.io" textDecor="underline">
<Link href="mailto:support@typebot.io" textDecor="underline">
reach out
</Link>
.
Expand Down
4 changes: 0 additions & 4 deletions apps/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

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

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions apps/landing-page/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions packages/emails/src/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const createHtmlFile = () => {
workspaceName={'Typebot'}
typebotName={'Lead Generation'}
url={'https://app.typebot.io'}
hostEmail={'baptiste@typebot.io'}
hostEmail={'host@typebot.io'}
guestEmail={'guest@typebot.io'}
/>
).html
Expand All @@ -35,7 +35,7 @@ const createHtmlFile = () => {
<WorkspaceMemberInvitation
workspaceName={'Typebot'}
url={'https://app.typebot.io'}
hostEmail={'baptiste@typebot.io'}
hostEmail={'host@typebot.io'}
guestEmail={'guest@typebot.io'}
/>
).html
Expand Down

0 comments on commit 6375a24

Please sign in to comment.