diff --git a/web/components/headers/global-issues.tsx b/web/components/headers/global-issues.tsx index 2d58d9b16..caa98e71c 100644 --- a/web/components/headers/global-issues.tsx +++ b/web/components/headers/global-issues.tsx @@ -20,8 +20,8 @@ import { useLabel, useMember, useUser, useIssues } from "@/hooks/store"; import { usePlatformOS } from "@/hooks/use-platform-os"; const GLOBAL_VIEW_LAYOUTS = [ - { key: "list", title: "List", link: "/workspace-views", icon: List }, - { key: "spreadsheet", title: "Spreadsheet", link: "/workspace-views/all-issues", icon: Sheet }, + { key: "list", title: "List", link: "workspace-views", icon: List }, + { key: "spreadsheet", title: "Spreadsheet", link: "workspace-views/all-issues", icon: Sheet }, ]; type Props = {