We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80c888 commit 5522772Copy full SHA for 5522772
src/hooks/useSurvey.ts
@@ -12,6 +12,6 @@ export const useSurvey = (feedbackSubmitted: boolean) => {
12
const { href: url } = new URL(path.join(locale! as Lang, asPath), SITE_URL)
13
return useMemo((): string | null => {
14
if (!feedbackSubmitted) return null
15
- return `https://iwokuhuz.paperform.co//?url=${url}`
+ return `https://ethereumorg.paperform.co//?url=${url}`
16
}, [feedbackSubmitted, url])
17
}
0 commit comments