mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53: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,
|
||||
User,
|
||||
Megaphone,
|
||||
Shield,
|
||||
} from "@styled-icons/boxicons-solid";
|
||||
import { Route, Switch, useHistory } from "react-router-dom";
|
||||
import { LIBRARY_VERSION } from "revolt.js";
|
||||
|
@ -77,11 +76,6 @@ export default function Settings() {
|
|||
icon: <IdCard size={20} />,
|
||||
title: <Text id="app.settings.pages.profile.title" />,
|
||||
},
|
||||
{
|
||||
id: "privacy",
|
||||
icon: <Shield size={20} />,
|
||||
title: <Text id="app.settings.pages.profile.title" />,
|
||||
},
|
||||
{
|
||||
id: "sessions",
|
||||
icon: <CheckShield size={20} />,
|
||||
|
|
Loading…
Reference in a new issue