remove field name

This commit is contained in:
Ehsan
2024-10-23 02:07:06 +03:30
parent 09532bc47d
commit 783a1e7e2d
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ function Connect() {
<div className="mt-[40px] flex flex-col gap-[20px]">
<div className="flex flex-col sm:flex-row items-center justify-center gap-[24px] sm:gap-[21px] md:gap-18px] lg:gap-[16px]">
<FieldLabel title="نام و نام خانوادگی">
<Field title="احسان احمدی" type="text" />
<Field isPlaceHolder={true} title="" type="text" />
</FieldLabel>
<FieldLabel title="شماره موبایل">
<Field title="09121056987" type="text" />
<Field isPlaceHolder={true} title="09123456789" type="text" />
</FieldLabel>
</div>
<div>