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")
)}