Mise à jour de 'src/custom-comands.js'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gregandev 2022-12-27 15:36:11 +01:00
parent f9d46bd726
commit 596324e39f

View File

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