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