File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const NavigationBar: React.SFC<INavigationBarProps> = props => (
37
37
activeClassName = "pt-active"
38
38
className = "NavigationBar__link pt-button pt-minimal"
39
39
target = "_blank"
40
- to = { LINKS . LUMINUS }
40
+ to = { LINKS . IVLE }
41
41
>
42
42
< Icon icon = { IconNames . BOOK } />
43
43
< div className = "navbar-button-text hidden-xs" > News & Material</ div >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exports[`NavigationBar renders "Not logged in" correctly 1`] = `
9
9
Source Academy
10
10
</Blueprint2.NavbarHeading>
11
11
</NavLink>
12
- <NavLink activeClassName =\\"pt-active\\" className =\\"NavigationBar__link pt-button pt-minimal\\" target =\\"_blank\\" to =\\"https://luminus .nus.edu.sg/modules/8722e9a5-abc5-4160-820d-bf69d8a63c6f \\" ariaCurrent =\\"true\\">
12
+ <NavLink activeClassName =\\"pt-active\\" className =\\"NavigationBar__link pt-button pt-minimal\\" target =\\"_blank\\" to =\\"https://ivle .nus.edu.sg/v1/Module/Student/default.aspx?CourseID=a6579f36-4d7d-41fb-b394-92a00b78148b \\" ariaCurrent =\\"true\\">
13
13
<Blueprint2.Icon icon =\\"book\\" />
14
14
<div className =\\"navbar-button-text hidden-xs\\">
15
15
News & Material
@@ -49,7 +49,7 @@ exports[`NavigationBar renders correctly with username 1`] = `
49
49
Source Academy
50
50
</Blueprint2.NavbarHeading>
51
51
</NavLink>
52
- <NavLink activeClassName =\\"pt-active\\" className =\\"NavigationBar__link pt-button pt-minimal\\" target =\\"_blank\\" to =\\"https://luminus .nus.edu.sg/modules/8722e9a5-abc5-4160-820d-bf69d8a63c6f \\" ariaCurrent =\\"true\\">
52
+ <NavLink activeClassName =\\"pt-active\\" className =\\"NavigationBar__link pt-button pt-minimal\\" target =\\"_blank\\" to =\\"https://ivle .nus.edu.sg/v1/Module/Student/default.aspx?CourseID=a6579f36-4d7d-41fb-b394-92a00b78148b \\" ariaCurrent =\\"true\\">
53
53
<Blueprint2.Icon icon =\\"book\\" />
54
54
<div className =\\"navbar-button-text hidden-xs\\">
55
55
News & Material
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const USE_BACKEND = process.env.REACT_APP_USE_BACKEND
15
15
export enum LINKS {
16
16
GITHUB_ISSUES = 'https://github.com/source-academy/cadet-frontend/issues' ,
17
17
GITHUB_ORG = 'https://github.com/source-academy' ,
18
- LUMINUS = 'https://luminus .nus.edu.sg/modules/8722e9a5-abc5-4160-820d-bf69d8a63c6f ' ,
18
+ IVLE = 'https://ivle .nus.edu.sg/v1/Module/Student/default.aspx?CourseID=a6579f36-4d7d-41fb-b394-92a00b78148b ' ,
19
19
PIAZZA = 'https://piazza.com/nus.edu.sg/fall2018/cs1101s' ,
20
20
SOURCE_DOCS = 'https://www.comp.nus.edu.sg/~cs1101s/source/' ,
21
21
TECH_SVC = 'mailto:[email protected] ' ,
You can’t perform that action at this time.
0 commit comments