Skip to content

Commit d24a298

Browse files
authored
Update resume link
1 parent 3631687 commit d24a298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Portfolio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Portfolio = () => {
1919
const clickHandler = (id: string) => {
2020
if (id === 'resume') {
2121
window.open(
22-
'https://drive.google.com/file/d/1KRhikMMuGay_D98_LfD4ktmm5LA_6wNG/view?usp=sharing',
22+
'https://drive.google.com/file/d/1-g3wI2FQMfougBH6ZRXfATwyJUkzC2fq/view?usp=sharing',
2323
'_blank'
2424
);
2525
return;

0 commit comments

Comments
 (0)