Skip to content

Commit

Permalink
fixed href of payouts button
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritam12F committed Aug 11, 2024
1 parent 1cdb320 commit 3bb1124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile-menu/ProfileDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ProfileDropdown = () => {
label: 'Questions',
},
{
href: 'payouts',
href: '/payouts',
icon: <Wallet className="mr-2 h-4 w-4" />,
label: 'Payouts',
},
Expand Down

0 comments on commit 3bb1124

Please sign in to comment.