From f7242072b00cc5c57edc965f6e708b3550ae72c3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:31:01 +0000 Subject: [PATCH] Update Join Team quick action route cgen-07f941440f0a44d4a3dca135f39bd687 --- client/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 3819b34c..991f327d 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -422,7 +422,7 @@ export default function Dashboard() { navigate("/projects/new"); break; case "Join Team": - navigate("/teams"); + navigate("/community"); break; case "Access Labs": navigate("/research");