Skip to content

Commit

Permalink
Update link to create a team
Browse files Browse the repository at this point in the history
Updating the link to create a team
  • Loading branch information
gtsiolis authored and roboquat committed Oct 18, 2022
1 parent bbdda64 commit e845a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default function Menu() {
}))
.sort((a, b) => (a.title.toLowerCase() > b.title.toLowerCase() ? 1 : -1)),
{
slug: "new",
slug: "teams/new",
title: "Create a new team",
customContent: (
<div className="w-full text-gray-400 flex items-center">
Expand Down

0 comments on commit e845a68

Please sign in to comment.