Skip to content

Commit

Permalink
feat: remove experimental FDP menu item (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: Ferenc Sárai <ferenc.sarai@solarpunk.buzz>
  • Loading branch information
ferencsarai and Ferenc Sárai authored Jan 13, 2025
1 parent e01d9fe commit a6125b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a6125b3

Please sign in to comment.