Skip to content

Commit

Permalink
feat: [MP-362] update lending credit link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibazisi committed Jun 27, 2024
1 parent e08ce86 commit 99ae8de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default {
: 'Lend & get a free lending credit reward!¹ Log in or sign up to get started →';
const link = this.isLoggedin
? '/lend-by-category'
: '/ui-login?force=true&doneUrl=/lend-by-category';
? '/lend/filter'
: '/ui-login?force=true&doneUrl=/lend/filter';
return {
richText,
Expand Down

0 comments on commit 99ae8de

Please sign in to comment.