visuddhinanda 2 лет назад
Родитель
Сommit
81575c5c87
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      dashboard/src/components/term/TermItem.tsx

+ 6 - 2
dashboard/src/components/term/TermItem.tsx

@@ -1,5 +1,9 @@
 import { Button, Card, Dropdown, Space, Typography } from "antd";
-import { MoreOutlined, EditOutlined } from "@ant-design/icons";
+import {
+  MoreOutlined,
+  EditOutlined,
+  TranslationOutlined,
+} from "@ant-design/icons";
 
 import { ITermDataResponse } from "../api/Term";
 import MdView from "../template/MdView";
@@ -52,7 +56,7 @@ const TermItemWidget = ({ data }: IWidget) => {
                 {
                   key: "translate",
                   label: "translate",
-                  icon: <EditOutlined />,
+                  icon: <TranslationOutlined />,
                 },
               ],
               onClick: (e) => {