SICP JS
@@ -122,7 +122,7 @@ exports[`NavigationBar renders correctly with student role 1`] = `
-
+
diff --git a/src/commons/navigationBar/subcomponents/NavigationBarMobileSideMenu.tsx b/src/commons/navigationBar/subcomponents/NavigationBarMobileSideMenu.tsx
index 89f25a3842..bedd1cd180 100644
--- a/src/commons/navigationBar/subcomponents/NavigationBarMobileSideMenu.tsx
+++ b/src/commons/navigationBar/subcomponents/NavigationBarMobileSideMenu.tsx
@@ -180,7 +180,7 @@ const NavigationBarMobileSideMenu: React.FC =
Classes.MINIMAL,
Classes.LARGE
)}
- to="/interactive-sicp/index"
+ to="/sicpjs/index"
onClick={props.onClose}
>
diff --git a/src/commons/navigationBar/subcomponents/SicpNavigationBar.tsx b/src/commons/navigationBar/subcomponents/SicpNavigationBar.tsx
index 6dbc46bda3..f5922ef7ea 100644
--- a/src/commons/navigationBar/subcomponents/SicpNavigationBar.tsx
+++ b/src/commons/navigationBar/subcomponents/SicpNavigationBar.tsx
@@ -22,7 +22,7 @@ const SicpNavigationBar: React.FC = () => {
const handleCloseToc = () => setIsTocOpen(false);
const handleOpenToc = () => setIsTocOpen(true);
const handleNavigation = (sect: string) => {
- history.push('/interactive-sicp/' + sect);
+ history.push('/sicpjs/' + sect);
};
// Button to open table of contents
diff --git a/src/commons/navigationBar/subcomponents/__tests__/__snapshots__/NavigationBarMobileSideMenu.tsx.snap b/src/commons/navigationBar/subcomponents/__tests__/__snapshots__/NavigationBarMobileSideMenu.tsx.snap
index 5c49725e0b..3d7291718f 100644
--- a/src/commons/navigationBar/subcomponents/__tests__/__snapshots__/NavigationBarMobileSideMenu.tsx.snap
+++ b/src/commons/navigationBar/subcomponents/__tests__/__snapshots__/NavigationBarMobileSideMenu.tsx.snap
@@ -20,7 +20,7 @@ exports[`NavigationBarMobileSideMenu renders "Not logged in" correctly 1`] = `
Classroom
-