chore: remove live preview card
This commit is contained in:
parent
5c7e1df051
commit
99657ed40f
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user