diff --git a/web/components/action-buttons/ActionButton.tsx b/web/components/action-buttons/ActionButton.tsx
index 15535dbd5..336fe68cd 100644
--- a/web/components/action-buttons/ActionButton.tsx
+++ b/web/components/action-buttons/ActionButton.tsx
@@ -8,7 +8,9 @@ interface Props {
action: ExternalAction;
}
-export default function ActionButton({action: { url, title, description, icon, openExternally }}: Props) {
+export default function ActionButton({
+ action: { url, title, description, icon, openExternally },
+}: Props) {
const [showModal, setShowModal] = useState(false);
const buttonClicked = () => {
@@ -21,11 +23,7 @@ export default function ActionButton({action: { url, title, description, icon, o
return (
<>
-
-
- Submit
+ } onClick={sendMessage}>
+ Send