|
|
@@ -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: [
|
|
|
{
|