Skip to content

Commit 967aef7

Browse files
committed
add an entry to NAV_PATH for Pathways
1 parent b00a97e commit 967aef7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontends/mit-open/src/pages/FieldPage/FieldPageSkeleton.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ const NAV_PATH: { [key: string]: { href: string; label: string } } = {
6464
href: UNITS,
6565
label: "MIT Units",
6666
},
67+
pathway: {
68+
href: "",
69+
label: "Pathways",
70+
},
6771
}
6872

6973
/**

0 commit comments

Comments
 (0)