Add Link to Chats from dashboard

Took 1 hour 15 minutes
This commit is contained in:
Lucàs
2023-05-20 16:18:43 +02:00
parent 5921bb4596
commit 0fd31048d8
@@ -70,7 +70,7 @@ export default function LeftPanel(props) {
<LeftPanelButton
leftIcon={<AiFillMessage />}
onClickHandler={() => router.push("/dashboard")}
onClickHandler={() => router.push("/chat")}
>
Messages
</LeftPanelButton>