mycase links failed... so fixed

This commit is contained in:
2024-11-07 07:53:48 +00:00
parent c1180354e0
commit c869fdc6c4
7 changed files with 70 additions and 55 deletions
+2 -2
View File
@@ -668,10 +668,10 @@ const Breadcrumbs = (props) => {
href={
router.locale != "en"
? router.locale +
"/searchresults?q=" +
"/fymhorth/searchresults?q=" +
props.props.search
.searchString
: "/searchresults?q=" +
: "/myportal/searchresults?q=" +
props.props.search
.searchString
}