Bob AI: add a new button 'Contact Us' in contact section
This commit is contained in:
@@ -92,6 +92,9 @@ const ContactForm = ({
|
|||||||
{termsText}
|
{termsText}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user