mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
Add Link to Chats from dashboard
Took 1 hour 15 minutes
This commit is contained in:
@@ -70,7 +70,7 @@ export default function LeftPanel(props) {
|
||||
|
||||
<LeftPanelButton
|
||||
leftIcon={<AiFillMessage />}
|
||||
onClickHandler={() => router.push("/dashboard")}
|
||||
onClickHandler={() => router.push("/chat")}
|
||||
>
|
||||
Messages
|
||||
</LeftPanelButton>
|
||||
|
||||
Reference in New Issue
Block a user