16944 logged contact us

This commit is contained in:
2025-05-28 14:12:56 +01:00
parent 8e6b88984f
commit f725c811b3
2 changed files with 566 additions and 0 deletions
+21
View File
@@ -156,6 +156,27 @@ const Breadcrumbs = (props) => {
</li>
</>
)}
{router.pathname == "/myportal/contactus" && (
<>
<li className="govuk-breadcrumbs__list-item">
<Link
href={
router.locale != "en"
? "/" +
router.locale +
"/fymhorth"
: "/myportal"
}
className="govuk-breadcrumbs__link"
>
{t("common:breadcrumb-my-portal")}
</Link>
</li>
<li className="govuk-breadcrumbs__list-item">
Contact us
</li>
</>
)}
{router.pathname == "/addresssearchresults" && (
<>
{" "}