mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Update Settings.tsx
This commit is contained in:
parent
04e42ae1c2
commit
f27a07a2da
1 changed files with 0 additions and 6 deletions
|
@ -15,7 +15,6 @@ import {
|
||||||
Flask,
|
Flask,
|
||||||
User,
|
User,
|
||||||
Megaphone,
|
Megaphone,
|
||||||
Shield,
|
|
||||||
} from "@styled-icons/boxicons-solid";
|
} from "@styled-icons/boxicons-solid";
|
||||||
import { Route, Switch, useHistory } from "react-router-dom";
|
import { Route, Switch, useHistory } from "react-router-dom";
|
||||||
import { LIBRARY_VERSION } from "revolt.js";
|
import { LIBRARY_VERSION } from "revolt.js";
|
||||||
|
@ -77,11 +76,6 @@ export default function Settings() {
|
||||||
icon: <IdCard size={20} />,
|
icon: <IdCard size={20} />,
|
||||||
title: <Text id="app.settings.pages.profile.title" />,
|
title: <Text id="app.settings.pages.profile.title" />,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "privacy",
|
|
||||||
icon: <Shield size={20} />,
|
|
||||||
title: <Text id="app.settings.pages.profile.title" />,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "sessions",
|
id: "sessions",
|
||||||
icon: <CheckShield size={20} />,
|
icon: <CheckShield size={20} />,
|
||||||
|
|
Loading…
Reference in a new issue