Update Settings.tsx

This commit is contained in:
Ryan Alexander 2021-08-22 12:26:29 +10:00 committed by GitHub
parent 04e42ae1c2
commit f27a07a2da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} />,