Skip to content

Commit e845a68

Browse files
gtsiolisroboquat
authored andcommitted
Update link to create a team
Updating the link to create a team
1 parent bbdda64 commit e845a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/Menu.tsx

Lines changed: 1 addition & 1 deletion
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: "new",
304+
slug: "teams/new",
305305
title: "Create a new team",
306306
customContent: (
307307
<div className="w-full text-gray-400 flex items-center">

0 commit comments

Comments
 (0)