diff --git a/src/custom-comands.js b/src/custom-comands.js index f09b0d6..edc9f43 100644 --- a/src/custom-comands.js +++ b/src/custom-comands.js @@ -52,7 +52,7 @@ export function setDarkMode(value) { export function getCV() { const a = document.createElement("a"); - a.href = "resources/CV - Gregory-Lebreton-CV.pdf"; + a.href = "resources/Gregory-Lebreton-CV.pdf"; a.setAttribute("download", "Gregory-Lebreton-CV.pdf"); a.click(); }