From 68b7c4a718fdb6076a50a27df53dd2330a7e3224 Mon Sep 17 00:00:00 2001 From: Vichea Date: Sun, 1 Sep 2024 09:26:24 -0500 Subject: [PATCH] Change Resume Link --- src/constants/links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/links.tsx b/src/constants/links.tsx index 1cf3be9..ea80474 100644 --- a/src/constants/links.tsx +++ b/src/constants/links.tsx @@ -39,7 +39,7 @@ const social_links = [ // Source code const resume = - "https://drive.google.com/file/d/1464WpXcFNc3dHrRup-5DeRiV45ThTZch/view?usp=sharing"; + "https://drive.google.com/file/d/1WM_8jrfvfMHLODZHvknEENkJ6FCuHfoO/view?usp=sharing"; const github = "https://github.com/vicheanath";