diff --git a/src/index.jsx b/src/index.jsx index dbff9c9f..a62e3b69 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -17,6 +17,17 @@ import LearningSequencePage from './learning-sequence/LearningSequencePage'; import './index.scss'; import './assets/favicon.ico'; +function courseLinks() { + return ( +
+ +
+ ); +} + subscribe(APP_READY, () => { ReactDOM.render( @@ -25,12 +36,7 @@ subscribe(APP_READY, () => { - {/* Staging: course-v1:UBCx+Water201x_2+2T2015 */} - Visit Demo Course} - /> +