Skip to content

Commit

Permalink
Chnage my spaces link in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 5, 2024
1 parent 73e5542 commit 532ce8a
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 @@ -47,7 +47,7 @@ export const buildAuthorizedMenu = (myAddress?: string): MenuItem[] => {
{
name: 'My Spaces',
icon: <SubIcon Icon={LuCompass} />,
href: '/my-spaces',
href: `/accounts/${myAddress}/spaces`,
},
]
: []),
Expand Down

0 comments on commit 532ce8a

Please sign in to comment.