Merged PR 2488: fixed welsh breadcrumb link

fixed welsh breadcrumb link

Related work items: #24328
This commit is contained in:
Robert Bond
2026-07-20 06:51:48 +00:00
parent 579026b6cc
commit ec046944c0
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ const Breadcrumbs = (props) => {
<>
{renderLinkCrumb(
isWelsh
? `${router.locale}/dnsapplications`
? `/${router.locale}/dnsapplications`
: "/dnsapplications",
t("dnsCommon:service-name")
)}
+5 -5
View File
@@ -41,12 +41,12 @@ export default function Dns() {
</Link>
</div>
<div className="govuk-form-group">
<h3 className="heading-small card-heading">Contact us</h3>
<h3 className="heading-small card-heading">
{t("home:contact-us-heading")}
</h3>
<div className="govuk-form-group">
<p className="govuk-body-s">
If you have any queries on an appeal, application or
anything else regarding Planning Caserwork you can
contact us.
{t("home:contact-us-paragraph")}
</p>
</div>
<div className="govuk-form-group">
@@ -58,7 +58,7 @@ export default function Dns() {
}
className="govuk-button govuk-button--secondary-cta"
>
Contact us
{t("home:contact-us-button")}
</Link>
</div>
</div>