Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
armintalaie committed Sep 28, 2024
1 parent dee2cbf commit a8e8320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/portal/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function Layout({
return (
<Suspense>
<UserContextProvider user={data.user} userMetadata={userMetadata}>
<Toaster position={"bottom-center"} />
<Toaster position={"bottom-right"} />
{children}
</UserContextProvider>
</Suspense>
Expand Down
2 changes: 1 addition & 1 deletion src/components/portal/onboarding/figmaOnboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8e8320

Please sign in to comment.