diff --git a/src/app/[name]/(Profile)/profile/edit/page.tsx b/src/app/[name]/(Profile)/profile/edit/page.tsx index a16d666..03c220a 100644 --- a/src/app/[name]/(Profile)/profile/edit/page.tsx +++ b/src/app/[name]/(Profile)/profile/edit/page.tsx @@ -119,16 +119,18 @@ function ProfileIndex({ }: Props) { - {dateOfBirth ? dateLib.format(dateOfBirth, "yyyy/MM/dd") : "انتخاب کنید"} - - تاریخ تولد +
+ {dateOfBirth ? dateLib.format(dateOfBirth, "yyyy/MM/dd") : "انتخاب کنید"} +
+ + تاریخ تولد
- جنسیت + جنسیت @@ -159,7 +161,7 @@ function ProfileIndex({ }: Props) {