Skip to content

Commit

Permalink
I forgot theere were two places where resume was being used, revamps …
Browse files Browse the repository at this point in the history
…coming soon
  • Loading branch information
WomB0ComB0 committed Nov 16, 2023
1 parent b9e22ac commit 782d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const scrollToElement = (id: string) => {
const element = document.getElementById(id.replace('#', '') || '')
element?.scrollIntoView({behavior: 'smooth'})
}
const resume = "https://docs.google.com/document/d/1TdPnmXtZCdSuI3p8_mtmR_o1VDhAKkXFlMVycL8cjpY/edit?usp=sharing"
const resume = "https://docs.google.com/document/d/1ItV1Ugn87fBE8RvKji7_a5pZ8zbA59eZGVojnCoGiQA/edit?usp=sharing"
const github = "https://www.github.com/WomB0ComB0"
const linkedin = "https://www.linkedin.com/in/mikeodnis/"
export default function Hero({}: Props) {
Expand Down

1 comment on commit 782d692

@vercel
Copy link

@vercel vercel bot commented on 782d692 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.