dns searching

This commit is contained in:
2022-02-25 12:28:47 +00:00
parent 76cbd66a2f
commit f123787f1d
10 changed files with 189 additions and 127 deletions
+3 -14
View File
@@ -469,17 +469,7 @@ const Breadcrumbs = (props) => {
{router.pathname == "/dns" ? (
<>
<li className="govuk-breadcrumbs__list-item">
<Link
href={
router.locale != "en"
? router.locale + "/dns"
: "/dns"
}
>
<a className="govuk-breadcrumbs__link">
{t("dnsCommon:service-name")}
</a>
</Link>
{t("dnsCommon:service-name")}
</li>
</>
) : (
@@ -491,9 +481,8 @@ const Breadcrumbs = (props) => {
<Link
href={
router.locale == "en"
? router.locale +
"/../../dnsapplications"
: "/../../dnsapplications"
? router.locale + "/../../dns"
: "/../../dns"
}
>
<a className="govuk-breadcrumbs__link">