[HOTFIX] Disable resume download
This commit is contained in:
parent
da36ac25d8
commit
2a8bda7fff
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue