|
|
|
@ -5,7 +5,6 @@ import { useMemo } from "react"; |
|
|
|
import { FaLock } from "react-icons/fa6"; |
|
|
|
import AdvisorActionsCard from "@/components/ui/advisor-actions-card"; |
|
|
|
import NavigationButton from "@/components/ui/navigation-button"; |
|
|
|
import StickyHeader from "@/components/ui/sticky-header"; |
|
|
|
import { PageBackground } from "@/components/utils/page-background"; |
|
|
|
import type { |
|
|
|
MarriageField, |
|
|
|
@ -195,7 +194,7 @@ export default function NewMatchPage() { |
|
|
|
<> |
|
|
|
<PageBackground /> |
|
|
|
|
|
|
|
<main className="-mx-[17px] min-h-screen h-full pb-5 text-center px-4 mt-10"> |
|
|
|
<main className="-mx-[17px] min-h-screen h-full pb-5 text-center px-4 mt-[calc(var(--safe-top)+40px)]"> |
|
|
|
<header className="flex items-center justify-between"> |
|
|
|
<NavigationButton icon="back" /> |
|
|
|
<h1 className="font-faminela">{t.common.appName}</h1> |
|
|
|
|