fix wrong route in side drawer shoutbox link

This commit is contained in:
Shpuld Shpuldson 2021-01-25 18:49:03 +02:00
parent eb2975b64d
commit 9cf487497e
2 changed files with 2 additions and 1 deletions

View file

@ -109,7 +109,7 @@
v-if="chat"
@click="toggleDrawer"
>
<router-link :to="{ name: 'chat' }">
<router-link :to="{ name: 'chat-panel' }">
<FAIcon
fixed-width
class="fa-scale-110 fa-old-padding"