Skip to content

Commit

Permalink
fix: use search feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Dec 12, 2024
1 parent cbe00a9 commit b75a3d6
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 b75a3d6

Please sign in to comment.