added card
This commit is contained in:
@@ -9,7 +9,7 @@ const FullScreenContainer = (props) => {
|
||||
maxWidth='lg'
|
||||
sx={{
|
||||
minHeight: 'calc(100vh - 24px )',
|
||||
paddingTop: '4rem',
|
||||
paddingTop: '6rem',
|
||||
paddingBottom: '2rem',
|
||||
flex: 1,
|
||||
fallbacks: [
|
||||
|
||||
@@ -102,7 +102,6 @@ const Navigation = () => {
|
||||
<IconButton
|
||||
size='large'
|
||||
onClick={() => setOpenDrawer(!openDrawer)}
|
||||
disableRipple
|
||||
color='inherit'>
|
||||
{openDrawer ? (
|
||||
<MenuOpenIcon fontSize='inherit' />
|
||||
|
||||
Reference in New Issue
Block a user