fixed 'not working collapsible nav'

This commit is contained in:
cnachtigall1991
2021-10-08 16:47:24 +02:00
parent 3515066ac0
commit aa0aef9483
3 changed files with 94 additions and 27 deletions

View File

@@ -6,4 +6,8 @@ export const GoToMatch = (id) => {
export const GoToPlayer = (id) => {
router.push(`/player/${id}`)
}
export const GoToLink = (link) => {
router.push(`${link}`)
}