Skip to content

Commit

Permalink
Merge pull request #5100 from kiva/teams_link_fix
Browse files Browse the repository at this point in the history
fix: my teams link in portfolio
  • Loading branch information
eddieferrer authored Dec 13, 2023
2 parents a165e96 + 76e8bb1 commit 4e60e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Portfolio/ImpactDashboard/YourTeams.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- all your teams link -->
<p v-if="totalTeams > 5" class="tw-text-center tw-mt-4">
<router-link
to="/blog/myloans"
to="/teams/my-teams"
class="tw-inline-block tw-p-1"
v-kv-track-event="['portfolio', 'click', 'your-teams-view-all-your-teams']"
>
Expand Down

0 comments on commit 4e60e76

Please sign in to comment.