From f27a07a2da330b85fd3f72c7bb04a7b59e9923b3 Mon Sep 17 00:00:00 2001 From: Ryan Alexander <38785445+ryanalexander@users.noreply.github.com> Date: Sun, 22 Aug 2021 12:26:29 +1000 Subject: [PATCH] Update Settings.tsx --- src/pages/settings/Settings.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/settings/Settings.tsx b/src/pages/settings/Settings.tsx index 699d76a3..315a782d 100644 --- a/src/pages/settings/Settings.tsx +++ b/src/pages/settings/Settings.tsx @@ -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: , title: , }, - { - id: "privacy", - icon: , - title: , - }, { id: "sessions", icon: ,