@ -192,6 +192,14 @@ export default function NewMatchPage() {
(field):fieldisDisplayField=>Boolean(field),
(field):fieldisDisplayField=>Boolean(field),
);
);
constisFemaleProfile=profile?.gender==="female";
constmatchHeadingTitle=isFemaleProfile
?"پیشنهاد ازدواج جدید"
:"YOU HAVE A NEW MATCH!";
constmatchHeadingDescription=isFemaleProfile
?"یک گزینهی مناسب برای شما پیدا شده است. در صورت تایید، مشخصات شما جهت ادامه فرآیند معرفی ارزیابی خواهد شد."
:"A matching profile has been found. Information is provided by the candidate's family or introducers. If you approve, we'll share your profile with her family.";
return(
return(
<>
<>
<PageBackground/>
<PageBackground/>
@ -219,11 +227,9 @@ export default function NewMatchPage() {