Dashboard: quick action handler change
cgen-9b3bfe14c6d04d07a3729b6bba2a162f
This commit is contained in:
parent
462742c3ce
commit
ee157a141d
1 changed files with 2 additions and 2 deletions
|
|
@ -469,8 +469,8 @@ export default function Dashboard() {
|
|||
case "Start New Project":
|
||||
navigate("/projects/new");
|
||||
break;
|
||||
case "Join Team":
|
||||
navigate("/community");
|
||||
case "Create Team":
|
||||
navigate("/teams");
|
||||
break;
|
||||
case "Access Labs":
|
||||
navigate("/research");
|
||||
|
|
|
|||
Loading…
Reference in a new issue