Bob AI: add a new button 'Contact Us' in contact section
This commit is contained in:
@@ -92,6 +92,9 @@ const ContactForm = ({
|
||||
{termsText}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Inserted button element */}
|
||||
<button className="mt-4 px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600">Contact Us</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user