Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1104 from bcgov/DIGIMOD-62-EMLI-case-study
Browse files Browse the repository at this point in the history
added video link
  • Loading branch information
kmandryk authored Sep 21, 2022
2 parents eac2b7e + f726792 commit 656c796
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion react-frontend/src/components/CaseStudies/caseStudy.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const CaseStudy = () => {
{content.videoContent && (
<ContentBlockContainer>
<CaseStudyHeading>
Transforming the Medical Services Plan
{content.videoContentTitle}
</CaseStudyHeading>
<ReactPlayer url={content.videoContent} width="auto" controls />
</ContentBlockContainer>
Expand Down
3 changes: 3 additions & 0 deletions react-frontend/src/components/CaseStudies/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ const EnergyAndMinesDigitalTrustContent = {
and credentials.
</p>
),
videoContent: videoLinks.emdt,
videoContentTitle: 'Greenhouse Gas Mining Pilot Demonstration',
others: (
<Row>
<Col sm={12} md={4}>
Expand Down Expand Up @@ -1111,6 +1113,7 @@ const MedicalContent = {
</div>
),
videoContent: videoLinks.healthServices,
videoContentTitle: 'Transforming the Medical Services Plan',
outcomes: (
<div>
<p>
Expand Down
1 change: 1 addition & 0 deletions react-frontend/src/constants/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};

0 comments on commit 656c796

Please sign in to comment.