chore: remove live preview card

This commit is contained in:
Leandro Farias 2023-03-23 13:09:27 +00:00
parent 5c7e1df051
commit 99657ed40f

View File

@ -124,56 +124,6 @@ export const SideNav = (props) => {
</Stack>
</Box>
<Divider sx={{ borderColor: 'neutral.700' }} />
<Box
sx={{
px: 2,
py: 3
}}
>
<Typography
color="neutral.100"
variant="subtitle2"
>
Need more features?
</Typography>
<Typography
color="neutral.500"
variant="body2"
>
Check out our Pro solution template.
</Typography>
<Box
sx={{
display: 'flex',
mt: 2,
mx: 'auto',
width: '160px',
'& img': {
width: '100%'
}
}}
>
<img
alt="Go to pro"
src="/assets/devias-kit-pro.png"
/>
</Box>
<Button
component="a"
endIcon={(
<SvgIcon fontSize="small">
<ArrowTopRightOnSquareIcon />
</SvgIcon>
)}
fullWidth
href="https://material-kit-pro-react.devias.io/"
sx={{ mt: 2 }}
target="_blank"
variant="contained"
>
Pro Live Preview
</Button>
</Box>
</Box>
</Scrollbar>
);