We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3631687 commit d24a298Copy full SHA for d24a298
src/pages/Portfolio.tsx
@@ -19,7 +19,7 @@ const Portfolio = () => {
19
const clickHandler = (id: string) => {
20
if (id === 'resume') {
21
window.open(
22
- 'https://drive.google.com/file/d/1KRhikMMuGay_D98_LfD4ktmm5LA_6wNG/view?usp=sharing',
+ 'https://drive.google.com/file/d/1-g3wI2FQMfougBH6ZRXfATwyJUkzC2fq/view?usp=sharing',
23
'_blank'
24
);
25
return;
0 commit comments