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
@@ -55,7 +55,7 @@ export default function MizikBadjMeni({teks}) {
}
const handleClick = slug => {
router.push(`/teks/${slug}#${slug}`).then(() => window.scrollTo(0, 0))
router.push(`/paroles/${slug}#${slug}`).then(() => window.scrollTo(0, 0))
}
function handleListKeyDown(event) {