From b91701d8a65d9e5accdd44b63cecbc04cccdbd96 Mon Sep 17 00:00:00 2001 From: Aarontanzb Date: Sat, 28 Sep 2024 14:08:15 -0700 Subject: [PATCH] change setup for Google --- frontend/src/components/dialog-content/auth-base.tsx | 2 +- frontend/src/constants/route.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/dialog-content/auth-base.tsx b/frontend/src/components/dialog-content/auth-base.tsx index 0fd4c3c..e9e7cb1 100644 --- a/frontend/src/components/dialog-content/auth-base.tsx +++ b/frontend/src/components/dialog-content/auth-base.tsx @@ -112,7 +112,7 @@ export default function AuthDialogContent({ href={ROUTE[name]} className="px-3 rounded-md text-sm underline text-blue-700 dark:text-blue-300" > - Help + Setup Guide OAuth Redirect URL diff --git a/frontend/src/constants/route.ts b/frontend/src/constants/route.ts index b752cec..9b5be02 100644 --- a/frontend/src/constants/route.ts +++ b/frontend/src/constants/route.ts @@ -7,13 +7,13 @@ export const ROUTE: Record> = { docs: process.env.NEXT_PUBLIC_DOCS_URL as string, // Integration pages in docs - Docs: `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/docs` as string, + Docs: `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/common` as string, Gmail: - `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/gmail` as string, + `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/common` as string, Calendar: - `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/calendar` as string, + `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/common` as string, Sheets: - `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/sheets` as string, + `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/google/common` as string, Slack: `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/slack` as string, Linear: `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/linear` as string, X: `${process.env.NEXT_PUBLIC_DOCS_URL}/integrations/x` as string,