From cab0544bf8ba394771bae7e293689fe3a4109716 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Jul 2024 01:29:35 -0300 Subject: [PATCH] feat: update link curricule cv --- src/Providers/userContext.provider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Providers/userContext.provider.tsx b/src/Providers/userContext.provider.tsx index 8bc11de..c94cc13 100644 --- a/src/Providers/userContext.provider.tsx +++ b/src/Providers/userContext.provider.tsx @@ -61,9 +61,9 @@ export const UserProvider = ( { children }: IUserProvidersProps) => { const link = document.createElement("a"); - link.href = "https://drive.google.com/file/d/1xZFwtGGZVXVqHOgAT5aDYLuFMJ6hytWD/view?usp=sharing"; + link.href = "https://drive.google.com/file/d/12LUnthB94iYg_Ehbzqwoc1kmAr95k_r_/view?usp=sharing"; - link.download = "José-Wenned-Chaves-de-Sousa-Currículo-Full-Stack (2).pdf"; + link.download = "José-Wenned-Chaves-de-Sousa-Currículo-Full-Stack.pdf"; link.click()