[HOTFIX] Disable resume download

This commit is contained in:
dunemask 2023-10-27 15:41:23 -06:00
parent da36ac25d8
commit 2a8bda7fff

View file

@ -10,7 +10,7 @@ export default function Resume() {
<Box id="resume"> <Box id="resume">
<ContentWrapper> <ContentWrapper>
<References /> <References />
<Box sx={{ marginBottom: "4rem" }}> {/*<Box sx={{ marginBottom: "4rem" }}>
<Typography <Typography
variant="h4" variant="h4"
sx={{ textDecoration: "none", color: "inherit" }} sx={{ textDecoration: "none", color: "inherit" }}
@ -20,7 +20,7 @@ export default function Resume() {
> >
Download Resume Download Resume
</Typography> </Typography>
</Box> </Box>*/}
</ContentWrapper> </ContentWrapper>
</Box> </Box>
); );