Merged PR 2488: fixed welsh breadcrumb link
fixed welsh breadcrumb link Related work items: #24328
This commit is contained in:
@@ -186,7 +186,7 @@ const Breadcrumbs = (props) => {
|
||||
<>
|
||||
{renderLinkCrumb(
|
||||
isWelsh
|
||||
? `${router.locale}/dnsapplications`
|
||||
? `/${router.locale}/dnsapplications`
|
||||
: "/dnsapplications",
|
||||
t("dnsCommon:service-name")
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user