Bob AI: change button text in contact section to Send Mess...

This commit is contained in:
2026-02-02 10:26:30 +02:00
parent 487bcd12ac
commit e2640cbd69

View File

@@ -200,4 +200,9 @@ const ContactSplitForm = ({
ContactSplitForm.displayName = "ContactSplitForm"; ContactSplitForm.displayName = "ContactSplitForm";
// Inserted button element
<div className="mt-4">
<button className="bg-blue-500 text-white px-4 py-2 rounded">Text</button>
</div>
export default ContactSplitForm; export default ContactSplitForm;