Skip to content

Commit 2f2a5e1

Browse files
samsharatnagorra
authored andcommitted
fix: use search feedback link
1 parent 25a1169 commit 2f2a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function isListTypeResult(
5656
return resultKey === 'regions' || resultKey === 'countries' || resultKey === 'district_province_response';
5757
}
5858

59-
const feedbackLink = 'https://forms.office.com/e/wFQsu0V7Zb';
59+
const feedbackLink = 'https://forms.office.com/e/YEzYKfMwSB';
6060

6161
/** @knipignore */
6262
// eslint-disable-next-line import/prefer-default-export

0 commit comments

Comments
 (0)