forked from abner/for-legacy-web
Update Settings.tsx
This commit is contained in:
@@ -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} />,
|
||||
|
||||
Reference in New Issue
Block a user