@ -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();
}