diff --git a/src/components/Roadmap/boxesData/infMajor.js b/src/components/Roadmap/boxesData/infMajor.js index c4cede6..53478f7 100644 --- a/src/components/Roadmap/boxesData/infMajor.js +++ b/src/components/Roadmap/boxesData/infMajor.js @@ -511,5 +511,44 @@ export default { text: "PHIL 385", hoverColor: "orange1", }, + { + type: "multiBox", + x: 443, + y: 1400, + width: 243, + height: 198, + fillColor: "orange0", + text: "Project", + }, + { + type: "tertiaryBox", + x: 459, + y: 1457, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "CMPSC 580", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 459, + y: 1502, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "INFM 600", + hoverColor: "orange1", + }, + { + type: "tertiaryBox", + x: 459, + y: 1547, + width: 211, + fillColor: "orange0", + strokeColor: "orange3", + text: "INFM 610", + hoverColor: "orange1", + }, ], };