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

This commit is contained in:
2026-02-02 09:57:20 +02:00
parent f96361845a
commit 758e270fab

View File

@@ -200,4 +200,10 @@ const ContactSplitForm = ({
ContactSplitForm.displayName = "ContactSplitForm";
// Inserted <button> element with text "Text"
<ContactButton />
export default ContactSplitForm;
const ContactButton = () => (
<button className="mt-4 bg-primary text-white px-4 py-2 rounded">Text</button>
);