Skip to content

Commit

Permalink
Merge pull request #2452 from studentinsights/patch/class-list-intro-…
Browse files Browse the repository at this point in the history
…copy

Class lists: Update link to video and PDF
  • Loading branch information
kevinrobinson committed May 7, 2019
2 parents 1981774 + 9be40b3 commit 1092d97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/class_lists/IntroCopy.js
Expand Up @@ -6,8 +6,8 @@ When Student Insights was being developed, some teachers started asking whether


export default function IntroCopy() {
const videoUrl = 'https://drive.google.com/file/d/1OmsB-9K1cgo1g6l21rnu0xL8H4KDyVAk/view';
const onePageGuideUrl = 'https://drive.google.com/file/d/1NHztne6tGz16qbIIeoeL8aNvTLQ0UTHj/view';
const videoUrl = 'https://drive.google.com/file/d/1Xm7idNsxyry2agV9-cZoRkutF0dvAEAA/view';
const onePageGuideUrl = 'https://drive.google.com/file/d/1mXbSjrL010JUwONQ-Dj-3GvzxDuAXCjo/view';
return (
<div style={styles.introCopy}>
{text}
Expand Down
Expand Up @@ -319,15 +319,15 @@ When Student Insights was being developed, some teachers started asking whether
>
This
<a
href="https://drive.google.com/file/d/1OmsB-9K1cgo1g6l21rnu0xL8H4KDyVAk/view"
href="https://drive.google.com/file/d/1Xm7idNsxyry2agV9-cZoRkutF0dvAEAA/view"
rel="noopener noreferrer"
target="_blank"
>
Video Walkthrough
</a>
and a
<a
href="https://drive.google.com/file/d/1NHztne6tGz16qbIIeoeL8aNvTLQ0UTHj/view"
href="https://drive.google.com/file/d/1mXbSjrL010JUwONQ-Dj-3GvzxDuAXCjo/view"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -976,15 +976,15 @@ When Student Insights was being developed, some teachers started asking whether
>
This
<a
href="https://drive.google.com/file/d/1OmsB-9K1cgo1g6l21rnu0xL8H4KDyVAk/view"
href="https://drive.google.com/file/d/1Xm7idNsxyry2agV9-cZoRkutF0dvAEAA/view"
rel="noopener noreferrer"
target="_blank"
>
Video Walkthrough
</a>
and a
<a
href="https://drive.google.com/file/d/1NHztne6tGz16qbIIeoeL8aNvTLQ0UTHj/view"
href="https://drive.google.com/file/d/1mXbSjrL010JUwONQ-Dj-3GvzxDuAXCjo/view"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1533,15 +1533,15 @@ When Student Insights was being developed, some teachers started asking whether
>
This
<a
href="https://drive.google.com/file/d/1OmsB-9K1cgo1g6l21rnu0xL8H4KDyVAk/view"
href="https://drive.google.com/file/d/1Xm7idNsxyry2agV9-cZoRkutF0dvAEAA/view"
rel="noopener noreferrer"
target="_blank"
>
Video Walkthrough
</a>
and a
<a
href="https://drive.google.com/file/d/1NHztne6tGz16qbIIeoeL8aNvTLQ0UTHj/view"
href="https://drive.google.com/file/d/1mXbSjrL010JUwONQ-Dj-3GvzxDuAXCjo/view"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit 1092d97

Please sign in to comment.