Skip to content

Commit

Permalink
Fix wrong navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 5, 2024
1 parent bac2502 commit 47cef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/SideMenuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const buildAuthorizedMenu = (myAddress?: string): MenuItem[] => {
{
name: 'Chat',
icon: <SubIcon Icon={BiChat} />,
href: '/c/chats',
href: '/c',
forceHardNavigation: true,
},
...(myAddress
Expand Down

0 comments on commit 47cef2c

Please sign in to comment.