Skip to content

Commit

Permalink
CGH formatting spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbarron committed May 3, 2022
1 parent ecb508e commit 3b438e0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions web/src/components/shared/Navigation/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ const Nav = ({open, handleDrawerClose}) => {
}}
style={{height: '100%'}}
>
<Box className={classes.listContainer}>
<Box className={classes.logoContainer}>
<Logo className={classes.logo}/>
</Box>
<NavList
variant="temporary"
open={open}
handleDrawerClose={handleDrawerClose}
/>
</Box>
<Box marginLeft="8px" marginRight="8px" marginTop="20px">
<Ad/>
</Box>
<Box className={classes.listContainer}>
<Box className={classes.logoContainer}>
<Logo className={classes.logo}/>
</Box>
<NavList
variant="temporary"
open={open}
handleDrawerClose={handleDrawerClose}
/>
</Box>
<Box marginLeft="8px" marginRight="8px" marginTop="20px">
<Ad/>
</Box>
</Drawer>
);
};
Expand Down

0 comments on commit 3b438e0

Please sign in to comment.