diff --git a/react-frontend/src/components/CaseStudies/caseStudy.js b/react-frontend/src/components/CaseStudies/caseStudy.js index 5d13b328..b9d75628 100644 --- a/react-frontend/src/components/CaseStudies/caseStudy.js +++ b/react-frontend/src/components/CaseStudies/caseStudy.js @@ -90,7 +90,7 @@ const CaseStudy = () => { {content.videoContent && ( - Transforming the Medical Services Plan + {content.videoContentTitle} diff --git a/react-frontend/src/components/CaseStudies/content.js b/react-frontend/src/components/CaseStudies/content.js index d50d9774..42e472e8 100644 --- a/react-frontend/src/components/CaseStudies/content.js +++ b/react-frontend/src/components/CaseStudies/content.js @@ -291,6 +291,8 @@ const EnergyAndMinesDigitalTrustContent = { and credentials.

), + videoContent: videoLinks.emdt, + videoContentTitle: 'Greenhouse Gas Mining Pilot Demonstration', others: ( @@ -1111,6 +1113,7 @@ const MedicalContent = { ), videoContent: videoLinks.healthServices, + videoContentTitle: 'Transforming the Medical Services Plan', outcomes: (

diff --git a/react-frontend/src/constants/urls.js b/react-frontend/src/constants/urls.js index 4edf3f3f..f61d7313 100644 --- a/react-frontend/src/constants/urls.js +++ b/react-frontend/src/constants/urls.js @@ -181,4 +181,5 @@ export const standardsUrls = { export const videoLinks = { healthServices: 'https://youtu.be/U5SecUbCtyE', digitalFramework: 'https://www.youtube.com/watch?v=D4DhfV7splA', + emdt: 'https://www.youtube.com/watch?v=GYDh9ACiDNw' };