Mise à jour de 'src/custom-comands.js'

main
gregandev 2 years ago
parent f9d46bd726
commit 596324e39f
  1. 2
      src/custom-comands.js

@ -52,7 +52,7 @@ export function setDarkMode(value) {
export function getCV() { export function getCV() {
const a = document.createElement("a"); 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.setAttribute("download", "Gregory-Lebreton-CV.pdf");
a.click(); a.click();
} }

Loading…
Cancel
Save