From a8e83206fdc0ab85d62ba60efd3671f3e4a60453 Mon Sep 17 00:00:00 2001 From: Armin Talaie Date: Sat, 28 Sep 2024 10:31:08 -0700 Subject: [PATCH] typo fix --- src/app/portal/layout.tsx | 2 +- src/components/portal/onboarding/figmaOnboarding.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/portal/layout.tsx b/src/app/portal/layout.tsx index 333b471a..98f889f0 100644 --- a/src/app/portal/layout.tsx +++ b/src/app/portal/layout.tsx @@ -47,7 +47,7 @@ export default async function Layout({ return ( - + {children} diff --git a/src/components/portal/onboarding/figmaOnboarding.tsx b/src/components/portal/onboarding/figmaOnboarding.tsx index 03385f50..b6864e7d 100644 --- a/src/components/portal/onboarding/figmaOnboarding.tsx +++ b/src/components/portal/onboarding/figmaOnboarding.tsx @@ -13,7 +13,7 @@ const TEXT = { "https://www.figma.com/team_invite/redeem/LEa6Ds0anjxIFqZx37WF1X", loadingButton: "Loading...", successButton: "You're all set!", - checkJoin: "Have you joined the Notion workspace?", + checkJoin: "Have you joined the Figma workspace?", yesJoin: "Yes, I've joined!", noJoin: "No, I haven't joined yet.", button: "Join Figma Workspace",