mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Update Settings.tsx
This commit is contained in:
@@ -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} />,
|
||||||
|
|||||||
Reference in New Issue
Block a user