diff --git a/src/components/Editor/index.tsx b/src/components/Editor/index.tsx index 166332b..72ac2c4 100644 --- a/src/components/Editor/index.tsx +++ b/src/components/Editor/index.tsx @@ -2,7 +2,7 @@ import { BgColorsOutlined, DownloadOutlined, EditOutlined, - SettingOutlined, + UserOutlined, } from "@ant-design/icons"; import { Card, Tabs, message } from "antd"; import Renderer from "../Renderer"; @@ -25,7 +25,7 @@ const tabs = [ uid: 'setting', Label: () => ( <> - Settings + User ), Component: () => ,