Skip to content

Commit

Permalink
Merge pull request #14612 from ethereum/updatePaperform
Browse files Browse the repository at this point in the history
updated paperform url
  • Loading branch information
corwintines authored Jan 8, 2025
2 parents b75b3f2 + 5522772 commit 172bddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const useSurvey = (feedbackSubmitted: boolean) => {
const { href: url } = new URL(path.join(locale! as Lang, asPath), SITE_URL)
return useMemo((): string | null => {
if (!feedbackSubmitted) return null
return `https://iwokuhuz.paperform.co//?url=${url}`
return `https://ethereumorg.paperform.co//?url=${url}`
}, [feedbackSubmitted, url])
}

0 comments on commit 172bddb

Please sign in to comment.