Browse Source

refactor: 更换主导航「工具」菜单图标为 ToolOutlined

visuddhinanda 5 days ago
parent
commit
f5e2f0addc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dashboard-v6/src/components/navigation/MainMenu.tsx

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

@@ -7,6 +7,7 @@ import {
   FileOutlined,
   SettingOutlined,
   PlusOutlined,
+  ToolOutlined,
 } from "@ant-design/icons";
 import { useNavigate, useMatches, type UIMatch } from "react-router";
 import {
@@ -281,7 +282,7 @@ const Widget = ({ onSearch }: Props) => {
     },
     {
       key: "/workspace/tools",
-      icon: <CourseOutLinedIcon />,
+      icon: <ToolOutlined />,
       label: intl.formatMessage({ id: "labels.tools" }),
       children: [
         {