Skip to content

Commit 5522772

Browse files
committed
updated paperform url
1 parent a80c888 commit 5522772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useSurvey.ts

Lines changed: 1 addition & 1 deletion
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)