From 34e54de1cd4f928913de11ddcc3dc169bdfb821b Mon Sep 17 00:00:00 2001 From: RavenColEvol Date: Wed, 31 Jan 2024 00:42:02 +0530 Subject: [PATCH] fix: changed setting to user --- src/components/Editor/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: () => ,