Skip to content

Commit

Permalink
Add link to feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Sep 12, 2024
1 parent 969d2e4 commit 00857a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const MyChatBot = (props) => {
disabled: true,
},
footer: {
text: (<div>Find out more <a href="https://support.access-ci.org/tools/access-qa-tool">about this tool</a>.</div>),
text: (<div>Find out more <a href="https://support.access-ci.org/tools/access-qa-tool">about this tool</a> or <a href="https://docs.google.com/forms/d/e/1FAIpQLSeWnE1r738GU1u_ri3TRpw9dItn6JNPi7-FH7QFB9bAHSVN0w/viewform">give us feedback</a>.</div>),
},
}}
flow={flow}
Expand Down

0 comments on commit 00857a9

Please sign in to comment.