Remove unused icon import and comment out 'Upgrade to Plus' ListItemButton in NavBar
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
|||||||
Logout,
|
Logout,
|
||||||
MenuRounded,
|
MenuRounded,
|
||||||
SettingsOutlined,
|
SettingsOutlined,
|
||||||
SwitchAccessShortcutAdd,
|
|
||||||
Toll,
|
Toll,
|
||||||
Widgets,
|
Widgets,
|
||||||
} from '@mui/icons-material'
|
} from '@mui/icons-material'
|
||||||
@@ -217,7 +216,7 @@ const NavBar = () => {
|
|||||||
onClick={openDrawer}
|
onClick={openDrawer}
|
||||||
>
|
>
|
||||||
{/* Add List item to invite the user to upgrade to Plus: */}
|
{/* Add List item to invite the user to upgrade to Plus: */}
|
||||||
<ListItemButton
|
{/* <ListItemButton
|
||||||
onClick={() => navigate('/settings#subscription')}
|
onClick={() => navigate('/settings#subscription')}
|
||||||
sx={{
|
sx={{
|
||||||
py: 1.2,
|
py: 1.2,
|
||||||
@@ -227,7 +226,7 @@ const NavBar = () => {
|
|||||||
<SwitchAccessShortcutAdd />
|
<SwitchAccessShortcutAdd />
|
||||||
</ListItemDecorator>
|
</ListItemDecorator>
|
||||||
<ListItemContent>Upgrade to Plus</ListItemContent>
|
<ListItemContent>Upgrade to Plus</ListItemContent>
|
||||||
</ListItemButton>
|
</ListItemButton> */}
|
||||||
<ListItemButton
|
<ListItemButton
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
localStorage.removeItem('ca_token')
|
localStorage.removeItem('ca_token')
|
||||||
|
|||||||
Reference in New Issue
Block a user