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",