Skip to content

Commit

Permalink
fix: changed setting to user
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenColEvol committed Jan 30, 2024
1 parent 18e6995 commit 34e54de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
BgColorsOutlined,
DownloadOutlined,
EditOutlined,
SettingOutlined,
UserOutlined,
} from "@ant-design/icons";
import { Card, Tabs, message } from "antd";
import Renderer from "../Renderer";
Expand All @@ -25,7 +25,7 @@ const tabs = [
uid: 'setting',
Label: () => (
<>
<SettingOutlined /> Settings
<UserOutlined /> User
</>
),
Component: () => <SettingsForm />,
Expand Down

0 comments on commit 34e54de

Please sign in to comment.