Skip to content

Commit 172bddb

Browse files
authored
Merge pull request #14612 from ethereum/updatePaperform
updated paperform url
2 parents b75b3f2 + 5522772 commit 172bddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/hooks/useSurvey.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const useSurvey = (feedbackSubmitted: boolean) => {
1212
const { href: url } = new URL(path.join(locale! as Lang, asPath), SITE_URL)
1313
return useMemo((): string | null => {
1414
if (!feedbackSubmitted) return null
15-
return `https://iwokuhuz.paperform.co//?url=${url}`
15+
return `https://ethereumorg.paperform.co//?url=${url}`
1616
}, [feedbackSubmitted, url])
1717
}

0 commit comments

Comments
 (0)