Skip to content

Commit

Permalink
fix: withdraw link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Nov 12, 2024
1 parent 745584c commit de79e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyKiva/MyKivaNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const lendingOptions = ref([
{ link: '/portfolio/lending-stats', text: 'Lending stats' },
{ link: '/portfolio/estimated-repayments', text: 'Estimated repayments' },
{ link: '/portfolio/credit/deposit', text: 'Add credit' },
{ link: '/portfolio/withdraw', text: 'Withdraw' },
{ link: '/withdraw', text: 'Withdraw' },
{ link: '/donate/supportusprocess', text: 'Donate credit', isDonate: true },
{ link: '/portfolio/donations', text: 'My donations' },
{ link: '/portfolio/transactions', text: 'Transaction history' },
Expand Down

0 comments on commit de79e63

Please sign in to comment.