From a6125b3d0b0b680a9fa61a8edcd75b2ae6c153e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Mon, 13 Jan 2025 14:43:10 +0100 Subject: [PATCH] feat: remove experimental FDP menu item (#687) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferenc Sárai --- src/components/SideBar.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/SideBar.tsx b/src/components/SideBar.tsx index bffb1cd..7b41529 100644 --- a/src/components/SideBar.tsx +++ b/src/components/SideBar.tsx @@ -7,7 +7,6 @@ import FilesIcon from 'remixicon-react/ArrowUpDownLineIcon' import DocsIcon from 'remixicon-react/BookOpenLineIcon' import ExternalLinkIcon from 'remixicon-react/ExternalLinkLineIcon' import GithubIcon from 'remixicon-react/GithubFillIcon' -import FdpIcon from 'remixicon-react/HardDrive2LineIcon' import HomeIcon from 'remixicon-react/Home3LineIcon' import SettingsIcon from 'remixicon-react/Settings2LineIcon' import AccountIcon from 'remixicon-react/Wallet3LineIcon' @@ -77,12 +76,6 @@ export default function SideBar(): ReactElement { path: ROUTES.INFO, icon: HomeIcon, }, - { - label: 'FDP', - path: ROUTES.FDP, - icon: FdpIcon, - pathMatcherSubstring: '/fdp', - }, { label: 'Files', path: nodeInfo?.beeMode === BeeModes.ULTRA_LIGHT ? ROUTES.DOWNLOAD : ROUTES.UPLOAD,