Skip to content

Commit

Permalink
remove resume
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatvg committed Sep 3, 2024
1 parent 8e9c966 commit 252c1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Components/ContactLinks/ContactLinks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const ContactLinks = () => {
<a href="https://www.instagram.com/akshatvg">
<InstagramIcon fontSize="large" className={classes.instagram} />
</a>
<Typography variant="h5" className={classes.title} mt={2} mb={2}>
{/* <Typography variant="h5" className={classes.title} mt={2} mb={2}>
Resume
</Typography>
<Button variant="contained" href={Resume} className={classes.themeBtn} download>Download Resume</Button>
<Button variant="contained" href={Resume} className={classes.themeBtn} download>Download Resume</Button> */}
</>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/Components/HeadSection/HeadSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function HeadSection() {
/>
</Typography>
<Button variant="contained" href="/contact" className={classes.themeBtn}>Get In Touch</Button>
<Button variant="outlined" href={Resume} className={classes.altBtn}>Download Resume</Button>
{/* <Button variant="outlined" href={Resume} className={classes.altBtn}>Download Resume</Button> */}
</Grid>
{!small && (
<Grid
Expand Down

0 comments on commit 252c1b9

Please sign in to comment.