Fix path
This commit is contained in:
parent
0bf634e3de
commit
b1d1f1ff9e
|
@ -34,7 +34,7 @@ function getNavigation(userName: string) {
|
|||
{ name: 'Activity', href: '/activity', icon: ChatAltIcon },
|
||||
{
|
||||
name: 'Portfolio',
|
||||
href: `${userName}/bets`,
|
||||
href: `/${userName}/bets`,
|
||||
icon: PresentationChartLineIcon,
|
||||
},
|
||||
{ name: 'Charity', href: '/charity', icon: HeartIcon },
|
||||
|
|
Loading…
Reference in New Issue
Block a user