From 368c02e4ca671294ca49c971ddbded37e9116be7 Mon Sep 17 00:00:00 2001 From: EliteAsian <29520859+EliteAsian123@users.noreply.github.com> Date: Sun, 9 Jul 2023 20:15:02 -0400 Subject: [PATCH] Removed settings tab (for now) --- src/components/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 52e264a..bf2b126 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -32,7 +32,7 @@ const Sidebar: React.FC = () => { return
}>Home - }>Settings + {/* }>Settings */} }> Downloads {getDownloadCount() <= 0 ? "" : `(${getDownloadCount()})`}