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 && (
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' };