-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tally DX Survey #570
Add Tally DX Survey #570
Conversation
Maybe opening on page load is a little too agressive. Can we add a button in the nav bar 'GIVE FEEDBACK' or something like that that always opens the survey? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
docs/whirlpool/src/theme/Root.js
Outdated
|
||
useEffect(() => { | ||
const script = document.createElement("script"); | ||
script.src = "https://tally.so/widgets/embed.js"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be safer to just use a next <Script>
tag (https://nextjs.org/docs/app/api-reference/components/script)
Title
Add Tally DX Survey To Docs Site
Details