Change 'teks' route to 'paroles'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-13 01:38:45 +04:00
parent a7475c1163
commit 414db4d14d
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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}/teks/${slug}#${slug}`
const patajeUrl = `${SITE_URL}/paroles/${slug}#${slug}`
const alias = awtis.map(({alias}) => alias)
const renderAwtis = new Intl.ListFormat('fr').format(alias)