Skip to content

Commit

Permalink
update feedback form with correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
naomatheus committed Jun 1, 2023
1 parent 299fb92 commit 52de652
Show file tree
Hide file tree
Showing 3 changed files with 12,489 additions and 11,831 deletions.
182 changes: 182 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ const Home = ({ data }) => {
<SectionContent>
<Button
action={() => {
window.feedback.showForm()
window.open(
"https://docs.google.com/forms/d/e/1FAIpQLSfCQzZHtaDSiWNdwiJa3TIzsyhjEbYyyHwfrcwIKn_UmdVaKA/viewform",
"_blank"
)
}}
>
How can we improve CASEI?
Expand Down
Loading

0 comments on commit 52de652

Please sign in to comment.