Skip to content

Commit 0a0ceb9

Browse files
gtsiolisroboquat
authored andcommitted
Update team creation link in projects
1 parent cd8a095 commit 0a0ceb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: components/dashboard/src/Menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export default function Menu() {
301301
}))
302302
.sort((a, b) => (a.title.toLowerCase() > b.title.toLowerCase() ? 1 : -1)),
303303
{
304-
slug: "teams/new",
304+
slug: "new",
305305
title: "Create a new team",
306306
customContent: (
307307
<div className="w-full text-gray-400 flex items-center">

Diff for: components/dashboard/src/projects/Projects.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export default function () {
134134
<div className="app-container pt-2">
135135
<Alert type={"message"} closable={false} showIcon={true} className="flex rounded mb-2 w-full">
136136
We'll remove projects under personal accounts in Q1'2023.{" "}
137-
<Link to="/new" className="gp-link">
138-
Create a team.
137+
<Link to="/teams/new" className="gp-link">
138+
Create a team
139139
</Link>
140140
</Alert>
141141
</div>

0 commit comments

Comments
 (0)