Skip to content

Commit

Permalink
Merge pull request #183 from Kenzie-Academy-Brasil-Developers/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JoseWenned authored Jul 11, 2024
2 parents 3b85a03 + baa3458 commit 139464c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/userContext.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 139464c

Please sign in to comment.