From ee42c62177d0899d13f3f9d2f0ed8d7883c4bf0c Mon Sep 17 00:00:00 2001 From: Armin Talaie Date: Fri, 27 Sep 2024 16:36:46 -0700 Subject: [PATCH] links --- src/components/portal/onboarding/figmaOnboarding.tsx | 2 +- src/components/portal/onboarding/notionOnboarding.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/portal/onboarding/figmaOnboarding.tsx b/src/components/portal/onboarding/figmaOnboarding.tsx index b8e2b46d..03385f50 100644 --- a/src/components/portal/onboarding/figmaOnboarding.tsx +++ b/src/components/portal/onboarding/figmaOnboarding.tsx @@ -8,7 +8,7 @@ import Link from "next/link"; const TEXT = { title: "Figma", description: - "Join the Figma workspace to access the design files and resources.", + "Join the Figma workspace to access the design files and resources. You must have a Figma account and have the student status verified!", figmaInvite: "https://www.figma.com/team_invite/redeem/LEa6Ds0anjxIFqZx37WF1X", loadingButton: "Loading...", diff --git a/src/components/portal/onboarding/notionOnboarding.tsx b/src/components/portal/onboarding/notionOnboarding.tsx index a1dcff52..eb408217 100644 --- a/src/components/portal/onboarding/notionOnboarding.tsx +++ b/src/components/portal/onboarding/notionOnboarding.tsx @@ -8,9 +8,9 @@ import Link from "next/link"; const TEXT = { title: "Notion", description: - "Join the Notion workspace to access the documentation and resources.", + "Join the Notion workspace to access the documentation and resources. You must have a Notion account with your UBC email!", notionInvite: - "https://www.notion.so/team/ad259dbf-777e-4e03-b71e-cff48817296f/join", + "https://www.notion.so/launchpadubc/invite/ea827545c2e8a29d5bc5f0913527920a3dbec80d", loadingButton: "Loading...", successButton: "You're all set!", checkJoin: "Have you joined the Notion workspace?",