Change 'teks' route to 'paroles'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user