Skip to content

Commit

Permalink
Merge pull request #341 from MoTrPAC/340_JZ_Tutorial_Video_Link
Browse files Browse the repository at this point in the history
Connects to #340. Update tutorial video link.
  • Loading branch information
jimmyzhen committed May 16, 2024
2 parents 6998067 + 528aef1 commit af67eb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/LandingPage/landingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export function LandingPage({ isAuthenticated, profile }) {
ref={iframeRef}
title="Data Hub tutorial video"
allow="autoplay"
src="https://drive.google.com/file/d/1w9z4itQHYaJAzCyUOc1gu9Crx6xErGt_/preview"
src="https://drive.google.com/file/d/1chxJyVd6SlqP1m7cLV-F26OL7CJA2SXG/preview"
className="embed-responsive-item homepage-tutorial-video"
/>
</div>
Expand Down
8 changes: 5 additions & 3 deletions src/Tutorials/tutorials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ function Tutorials() {
<p className="lead">
The following tutorial video is designed to help you get started
with the MoTrPAC study and the exploration of the Data Hub. Please
reach out to us with any{' '}
<Link to="/contact">questions or comments</Link>.
reach out to us with any
{' '}
<Link to="/contact">questions or comments</Link>
.
</p>
</div>
<div
Expand All @@ -26,7 +28,7 @@ function Tutorials() {
ref={iframeRef}
title="Data Hub tutorial video"
allow="autoplay"
src="https://drive.google.com/file/d/1w9z4itQHYaJAzCyUOc1gu9Crx6xErGt_/preview"
src="https://drive.google.com/file/d/1chxJyVd6SlqP1m7cLV-F26OL7CJA2SXG/preview"
className="embed-responsive-item border border-dark"
/>
</div>
Expand Down

0 comments on commit af67eb0

Please sign in to comment.