From 9b56936372945db7d012d8e7b47e8a13750671d7 Mon Sep 17 00:00:00 2001 From: Gregan Date: Thu, 24 Mar 2022 14:24:11 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20src/custom-comands.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom-comands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom-comands.js b/src/custom-comands.js index 54f65c2..3e14d23 100644 --- a/src/custom-comands.js +++ b/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(); }