@logickernel/bridge 0.12.5 → 0.12.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1175,7 +1175,7 @@ function TeamSwitcher({
1175
1175
  if (isMobile && sidebar?.setOpenMobile) {
1176
1176
  sidebar.setOpenMobile(false);
1177
1177
  }
1178
- router.push(`/${teamId}/home`);
1178
+ router.push(`/${teamId}`);
1179
1179
  router.refresh();
1180
1180
  };
1181
1181
  const handleManageOrganizations = () => {