Mettre à jour src/custom-comands.js

main
Gregan 2 years ago
parent 5fd202f06e
commit 9b56936372
  1. 2
      src/custom-comands.js

@ -53,7 +53,7 @@ export function setDarkMode(value) {
export function getCV() {
const a = document.createElement("a");
a.href = "resources/CV - Greg Lebreton.pdf";
a.setAttribute("download", "CV - Greg Lebreton.pdf.pdf");
a.setAttribute("download", "CV - Greg Lebreton.pdf");
a.click();
}

Loading…
Cancel
Save