Merged PR 2285: tweak to live link

tweak to live link

Related work items: #22423
This commit is contained in:
Robert Bond
2026-04-29 17:03:50 +00:00
parent baf5b1838d
commit 9140476a2a
5 changed files with 37 additions and 34 deletions
+3 -2
View File
@@ -30,7 +30,8 @@ import {
setMediaDetails
} from "../../../store/searchOutput/action";
import { wrapper } from "../../../store/store";
import ServiceBanner from "../../../components/servicebanner";
import ServiceBanner from "../../../components/myportal/servicebanner";
const CaseHome = (props) => {
const {
footerLinks,
@@ -61,7 +62,7 @@ const CaseHome = (props) => {
<Header serviceName="Developments of National Significance" />
<div className="govuk-width-container">
<Breadcrumbs slug={developmentName} props={props} />
<ServiceBanner />
<ServiceBanner props={props} />
<Case
props={props}
myCases={props.myCases.myCases}