Skip to content

Commit

Permalink
Merge pull request #1583 from IFRCGo/fix/search-feedback-link
Browse files Browse the repository at this point in the history
Fix search feedback link
  • Loading branch information
tnagorra authored Dec 24, 2024
2 parents 25a1169 + 2f2a5e1 commit 72da8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function isListTypeResult(
return resultKey === 'regions' || resultKey === 'countries' || resultKey === 'district_province_response';
}

const feedbackLink = 'https://forms.office.com/e/wFQsu0V7Zb';
const feedbackLink = 'https://forms.office.com/e/YEzYKfMwSB';

/** @knipignore */
// eslint-disable-next-line import/prefer-default-export
Expand Down

0 comments on commit 72da8c9

Please sign in to comment.