diff --git a/components/dashboard/src/Menu.tsx b/components/dashboard/src/Menu.tsx index b68c7dce3ab691..ca8b646ceb5a3d 100644 --- a/components/dashboard/src/Menu.tsx +++ b/components/dashboard/src/Menu.tsx @@ -301,7 +301,7 @@ export default function Menu() { })) .sort((a, b) => (a.title.toLowerCase() > b.title.toLowerCase() ? 1 : -1)), { - slug: "teams/new", + slug: "new", title: "Create a new team", customContent: (
diff --git a/components/dashboard/src/projects/Projects.tsx b/components/dashboard/src/projects/Projects.tsx index 97fc97f003cb0a..69f54346e2f118 100644 --- a/components/dashboard/src/projects/Projects.tsx +++ b/components/dashboard/src/projects/Projects.tsx @@ -134,8 +134,8 @@ export default function () {
We'll remove projects under personal accounts in Q1'2023.{" "} - - Create a team. + + Create a team