Skip to content

Commit

Permalink
feat: redirect to new filter page from borrower profile country findi…
Browse files Browse the repository at this point in the history
…ng cta (#5038)
  • Loading branch information
roger-in-kiva authored Oct 19, 2023
1 parent f2c664f commit 918477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BorrowerProfile/CountryInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
v-if="showFindMoreLoansInCountryButton"
class="tw-inline-flex tw-flex-1"
data-testid="bp-country-find-loans-country"
:href="`/lend?country=${countryIsoCode}`"
:href="`/lend/filter?country=${countryIsoCode}`"
target="_blank"
>
Find more borrowers in {{ countryName }}
Expand Down

0 comments on commit 918477b

Please sign in to comment.