mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 10:41:46 +00:00
Make sidebar cleaner in Sidebar.jsx
This commit is contained in:
@ -56,8 +56,6 @@ export const Sidebar = ({mobileOpen, toggleOpen, window: containerWindow}) => {
|
|||||||
|
|
||||||
<List>
|
<List>
|
||||||
<Box sx={{mb: 1}}>
|
<Box sx={{mb: 1}}>
|
||||||
<Typography variant="p" sx={{ml: 1.5, mt: 2, mb: 2}} fontWeight={700} color="text.secondary">
|
|
||||||
LicenseAPI</Typography>
|
|
||||||
{getSidebar(sidebar)}
|
{getSidebar(sidebar)}
|
||||||
</Box>
|
</Box>
|
||||||
{currentProject !== null && <Box sx={{mb: 1}}>
|
{currentProject !== null && <Box sx={{mb: 1}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user