From 177bc19bc69e35d0413703b325db96f78f916b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 8 May 2022 04:26:11 +0400 Subject: [PATCH] =?UTF-8?q?Fix=20pataj=20t=C3=A8ks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/teks/pataje.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/teks/pataje.js b/components/teks/pataje.js index 795742b..b7accba 100644 --- a/components/teks/pataje.js +++ b/components/teks/pataje.js @@ -47,7 +47,7 @@ export default function Pataje({teks, setError, setSuccess}) { const {tit, awtis, slug} = teks const [open, setOpen] = useState(false) - const patajeUrl = `${SITE_URL}/paroles/${slug}#${slug}` + const patajeUrl = `${SITE_URL}/paroles/${slug}` const alias = awtis.map(({alias}) => alias) const renderAwtis = new Intl.ListFormat('fr').format(alias)