Skip to content

Commit

Permalink
Merge pull request #178 from Kenzie-Academy-Brasil-Developers/provide…
Browse files Browse the repository at this point in the history
…rs/application

feat: add new CV
  • Loading branch information
JoseWenned authored May 3, 2024
2 parents d60b569 + a9203b2 commit 8a454a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/userContext.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const UserProvider = ( { children }: IUserProvidersProps) => {

const link = document.createElement("a");

link.href = "https://drive.google.com/file/d/1GzgZSowYvDT4Ue9FWMuK9stXicr9GjmW/view?usp=sharing";
link.href = "https://drive.google.com/file/d/1UbMCH5qNN4UCO7GcKK88MbE3JMI56XLZ/view?usp=sharing";

link.download = "José-Wenned-Chaves-de-Sousa-Currículo-Full-Stack (2).pdf";

Expand Down
Binary file not shown.

0 comments on commit 8a454a3

Please sign in to comment.