From 00857a984311cdd501cea68219decb8fd56dc4f3 Mon Sep 17 00:00:00 2001 From: Andrew Pasquale Date: Thu, 12 Sep 2024 15:14:21 -0400 Subject: [PATCH] Add link to feedback form --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 804fb95..d9350d0 100644 --- a/src/App.js +++ b/src/App.js @@ -100,7 +100,7 @@ const MyChatBot = (props) => { disabled: true, }, footer: { - text: (
Find out more about this tool.
), + text: (
Find out more about this tool or give us feedback.
), }, }} flow={flow}