diff --git a/.env b/.env index 90ebf1b3e..e3ce10e0e 100644 --- a/.env +++ b/.env @@ -6,6 +6,7 @@ NEXT_PUBLIC_LOGIN_URL="https://app.inngest.com/login" NEXT_PUBLIC_DISCORD_URL="https://discord.gg/mPfcyDEdpx" NEXT_PUBLIC_API_HOST="https://api.inngest.com" NEXT_PUBLIC_APP_HOST="https://app.inngest.com" +NEXT_PUBLIC_SUPPORT_URL=$NEXT_PUBLIC_APP_HOST/support NEXT_PUBLIC_FAVICON="favicon-may-2022.png" diff --git a/.env.development b/.env.development index e1a079155..56a315a66 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ NEXT_PUBLIC_GTAG_ID="G-L6WVNHGMHN" NEXT_PUBLIC_API_HOST="http://127.0.0.1:8090" NEXT_PUBLIC_APP_HOST="http://127.0.0.1:3000" +NEXT_PUBLIC_SUPPORT_URL=$NEXT_PUBLIC_APP_HOST/support NEXT_PUBLIC_FAVICON="favicon-may-2022-local.png" \ No newline at end of file diff --git a/pages/contact.tsx b/pages/contact.tsx index 62fe1ba4a..75aa5b78b 100644 --- a/pages/contact.tsx +++ b/pages/contact.tsx @@ -65,16 +65,21 @@ export default function Contact() {

- Chat with solutions engineering + Chat with sales engineering

We'll help you evaluate Inngest and show you how Inngest enables teams to ship more reliable code, faster.

-

- Looking for support? Chat on Discord or{" "} - email us{" "} -

+
+

+ 👋   Looking for support?{" "} + Chat on Discord or{" "} + + create a support ticket + {" "} +

+
diff --git a/shared/Footer/footerLinks.ts b/shared/Footer/footerLinks.ts index 16d6de615..bf1ee7e1a 100644 --- a/shared/Footer/footerLinks.ts +++ b/shared/Footer/footerLinks.ts @@ -99,6 +99,10 @@ const footerLinks = [ label: "Contact Us", url: "/contact?ref=footer", }, + { + label: "Support", + url: process.env.NEXT_PUBLIC_SUPPORT_URL, + }, ], }, ]; diff --git a/shared/legacy/Footer.tsx b/shared/legacy/Footer.tsx index 3fd7e189b..5a835577b 100644 --- a/shared/legacy/Footer.tsx +++ b/shared/legacy/Footer.tsx @@ -45,6 +45,7 @@ const Footer = () => { Blog Careers Contact Us + Support

Community