Quellcode durchsuchen

refactor: 更换主导航「协作」菜单图标为 TeamOutlined

visuddhinanda vor 5 Tagen
Ursprung
Commit
2e3e8f2dc2
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      dashboard-v6/src/components/navigation/MainMenu.tsx

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

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