Browse Source

home=workspace

visuddhinanda 2 months ago
parent
commit
889f6ffa5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard-v6/src/components/navigation/MainMenu.tsx

+ 1 - 1
dashboard-v6/src/components/navigation/MainMenu.tsx

@@ -30,7 +30,7 @@ const Widget = ({ onSearch }: Props) => {
       label: "搜索",
     },
     {
-      key: "/workspace/home",
+      key: "/workspace",
       icon: <HomeOutlined />,
       label: "主页",
     },