[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">
|
<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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue