Mise à jour de 'src/custom-comands.js'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f9d46bd726
commit
596324e39f
@ -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…
x
Reference in New Issue
Block a user