put Sources and Extensions in the same screen

This commit is contained in:
Aria Moradi
2021-10-26 14:57:11 +03:30
parent afcb6e2442
commit a1c84df0d5
7 changed files with 49 additions and 21 deletions

View File

@@ -16,7 +16,6 @@ import { useMediaQuery } from '@mui/material';
import { useTheme } from '@mui/material/styles';
import CollectionsBookmarkIcon from '@mui/icons-material/CollectionsBookmark';
import NewReleasesIcon from '@mui/icons-material/NewReleases';
import ExtensionIcon from '@mui/icons-material/Extension';
import ExploreIcon from '@mui/icons-material/Explore';
import GetAppIcon from '@mui/icons-material/GetApp';
import SettingsIcon from '@mui/icons-material/Settings';
@@ -50,12 +49,8 @@ const navbarItems: Array<NavbarItem> = [
title: 'Updates',
IconComponent: NewReleasesIcon,
}, {
path: '/extensions',
title: 'Extensions',
IconComponent: ExtensionIcon,
}, {
path: '/sources',
title: 'Sources',
path: '/browse',
title: 'Browse',
IconComponent: ExploreIcon,
}, {
path: '/downloads',