Skip to content

Commit d7ab57e

Browse files
authored
remove button (#19)
1 parent 96958de commit d7ab57e

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/layouts/MainLayout/Drawer/index.jsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import PropTypes from 'prop-types';
22
// material-ui
33
import { alpha } from '@mui/material/styles';
44
import useMediaQuery from '@mui/material/useMediaQuery';
5-
import Button from '@mui/material/Button';
65
import Drawer from '@mui/material/Drawer';
76
import Box from '@mui/material/Box';
87

@@ -12,9 +11,6 @@ import DrawerContent from './DrawerContent';
1211
import { DRAWER_WIDTH } from 'config';
1312
import { handlerDrawerOpen, useGetMenuMaster } from 'states/menu';
1413

15-
// assets
16-
import ShoppingCart from '@mui/icons-material/ShoppingCart';
17-
1814
// ==============================|| MAIN LAYOUT - DRAWER ||============================== //
1915

2016
export default function MainDrawer({ window }) {
@@ -47,16 +43,6 @@ export default function MainDrawer({ window }) {
4743
>
4844
<DrawerContent />
4945
</Drawer>
50-
<Button
51-
variant="contained"
52-
color="error"
53-
startIcon={<ShoppingCart />}
54-
sx={{ zIndex: 1199, position: 'fixed', bottom: 50, right: 30 }}
55-
href="https://codedthemes.com/item/materially-reactjs-admin-dashboard/"
56-
target="_blank"
57-
>
58-
Buy Now
59-
</Button>
6046
</Box>
6147
);
6248
}

0 commit comments

Comments
 (0)