Mettre à jour src/custom-comands.js
This commit is contained in:
parent
5fd202f06e
commit
9b56936372
@ -53,7 +53,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 - Greg Lebreton.pdf";
|
a.href = "resources/CV - Greg Lebreton.pdf";
|
||||||
a.setAttribute("download", "CV - Greg Lebreton.pdf.pdf");
|
a.setAttribute("download", "CV - Greg Lebreton.pdf");
|
||||||
a.click();
|
a.click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user