This commit is contained in:
Austin Chen 2022-05-18 10:34:14 -04:00
parent 0bf634e3de
commit b1d1f1ff9e

View File

@ -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 },