fix design

This commit is contained in:
hamid zarghami
2025-04-26 16:09:21 +03:30
parent 849235ae3c
commit c017289d50
6 changed files with 20 additions and 13 deletions
-1
View File
@@ -136,7 +136,6 @@ const ContactForm = () => {
<div className='mt-8 flex justify-end'>
<Button
label='ارسال'
className='w-fit px-8'
onClick={() => formik.handleSubmit()}
isLoading={createContact.isPending}
/>