diff --git a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx index a76ca2fe27..ffee551b7c 100644 --- a/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx +++ b/apps/web/components/v2/eventtype/EventTypeSingleLayout.tsx @@ -137,7 +137,7 @@ function EventTypeSingleLayout({ if (team) navigation.splice(2, 0, { name: "scheduling_type", - href: `team`, + href: `/event-types/${eventType.id}?tabName=team`, icon: Icon.FiUsers, info: eventType.schedulingType === "COLLECTIVE" ? "collective" : "round_robin", });