diff --git a/src/components/sidebar/ExpandButton.tsx b/src/components/sidebar/ExpandButton.tsx index 1427bae4..8e89c254 100644 --- a/src/components/sidebar/ExpandButton.tsx +++ b/src/components/sidebar/ExpandButton.tsx @@ -12,7 +12,7 @@ export default function ExpandButton({ isOpen, onClick }: ExpandButtonProps) { return ( diff --git a/src/utils/routePaths.ts b/src/utils/routePaths.ts index 558ab250..554d369b 100644 --- a/src/utils/routePaths.ts +++ b/src/utils/routePaths.ts @@ -2,7 +2,7 @@ const routePaths = { dashboardPage() { - return "/"; + return "/dashboard"; }, VoyageMemberDashboardPage(teamId: string) { return `/dashboard/${teamId}`;