Skip to content

Commit

Permalink
fix in pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
davidquintr committed Nov 27, 2023
1 parent 7a327aa commit d7a70d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components/personal_info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function PersonalInfo() {
birth: language == "es" ? "Cumpleaños" : "Birthday",
country: language == "es" ? "País" : "Country",
contact: language == "es" ? "Contáctame" : "Contact me",
cv : `CV David Quintanilla-${language.toUpperCase()}`,
cv : `CV David Quintanilla-${language.toUpperCase()}.pdf`,
open: language == "es" ? "Abrir" : "Open"
}

Expand Down

0 comments on commit d7a70d0

Please sign in to comment.