+
{matchHeadingTitle}
-
+
{matchHeadingDescription}
+
Unable to load match summary.
) : matchSummary ? ( <> -
+
{matchDisplay.name}
-
+
{matchDisplay.age ? (
) : null}
@@ -680,7 +680,7 @@ export default function NewMatchClient() {
) : null}
{pairedEduFields.length ? (
-
+
{pairedEduFields.map((field, index) => (
{index > 0 ? (
@@ -720,20 +720,21 @@ export default function NewMatchClient() {
openProfile();
}
}}
- className="mt-2 sm:mt-3 inline-flex w-full items-center justify-center rounded-[10px] border-none bg-white h-[38px] text-[15px] font-semibold text-[#F0445B] no-underline shadow-none hover:bg-white/95 transition-colors cursor-pointer"
+ className="mt-[15px] inline-flex w-full items-center justify-center rounded-[10px] border-none bg-white h-[40px] text-[16px] font-semibold text-[#F0445B] no-underline shadow-none hover:bg-white/95 transition-colors cursor-pointer"
>
{t["View more details"]}
>
) : (
-
+
No match summary is available yet.
)}
)}
-
+
-
+
{title}
-
+
{description}
-
+
{isLoading
? /* ── Shimmer circles while API loads ── */
+
{pairedEduFields.map((field, index) => (
{index > 0 ? (
@@ -720,20 +720,21 @@ export default function NewMatchClient() {
openProfile();
}
}}
- className="mt-2 sm:mt-3 inline-flex w-full items-center justify-center rounded-[10px] border-none bg-white h-[38px] text-[15px] font-semibold text-[#F0445B] no-underline shadow-none hover:bg-white/95 transition-colors cursor-pointer"
+ className="mt-[15px] inline-flex w-full items-center justify-center rounded-[10px] border-none bg-white h-[40px] text-[16px] font-semibold text-[#F0445B] no-underline shadow-none hover:bg-white/95 transition-colors cursor-pointer"
>
{t["View more details"]}
>
) : (
-
+
No match summary is available yet.
+
{description}
{title}
-