From 6375a2425fe5c8a2296effd7136d1fe7d7667295 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 12 Sep 2023 09:45:45 +0200 Subject: [PATCH] :pencil: Update support contact email --- .../src/features/blocks/inputs/payment/payment.spec.ts | 2 +- apps/builder/src/pages/suspended.tsx | 2 +- apps/docs/README.md | 4 ---- apps/landing-page/components/common/Footer.tsx | 2 +- apps/landing-page/pages/about.tsx | 4 ++-- packages/emails/src/preview.tsx | 4 ++-- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/apps/builder/src/features/blocks/inputs/payment/payment.spec.ts b/apps/builder/src/features/blocks/inputs/payment/payment.spec.ts index 31a914f6e..1639af91b 100644 --- a/apps/builder/src/features/blocks/inputs/payment/payment.spec.ts +++ b/apps/builder/src/features/blocks/inputs/payment/payment.spec.ts @@ -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') diff --git a/apps/builder/src/pages/suspended.tsx b/apps/builder/src/pages/suspended.tsx index 947c6ab45..7819197ed 100644 --- a/apps/builder/src/pages/suspended.tsx +++ b/apps/builder/src/pages/suspended.tsx @@ -20,7 +20,7 @@ export default function Page() { If you think it's a mistake, feel free to{' '} - + reach out . diff --git a/apps/docs/README.md b/apps/docs/README.md index e171ca9db..3b6ad6e18 100644 --- a/apps/docs/README.md +++ b/apps/docs/README.md @@ -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. diff --git a/apps/landing-page/components/common/Footer.tsx b/apps/landing-page/components/common/Footer.tsx index 81460e4bb..ae7584b80 100644 --- a/apps/landing-page/components/common/Footer.tsx +++ b/apps/landing-page/components/common/Footer.tsx @@ -71,7 +71,7 @@ export const Footer = () => { Company About - Contact + Contact Terms of Service Privacy Policy diff --git a/apps/landing-page/pages/about.tsx b/apps/landing-page/pages/about.tsx index 019b20b20..baf1aa187 100644 --- a/apps/landing-page/pages/about.tsx +++ b/apps/landing-page/pages/about.tsx @@ -68,8 +68,8 @@ const AboutPage = () => { If you have any questions, feel free to reach out to me at{' '} - - baptiste@typebot.io + + support@typebot.io diff --git a/packages/emails/src/preview.tsx b/packages/emails/src/preview.tsx index 36704c411..3e4522962 100644 --- a/packages/emails/src/preview.tsx +++ b/packages/emails/src/preview.tsx @@ -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 @@ -35,7 +35,7 @@ const createHtmlFile = () => { ).html