Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Allegheny-CMPSC-summer-2023/Advise-…
Browse files Browse the repository at this point in the history
…A-Gator
  • Loading branch information
Ochirsaikhan committed Jul 8, 2023
2 parents 3ca0066 + 870f5ce commit 9b1bb4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/Roadmap/boxesData/csMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
x: 0,
y: 0,
width: 243,
height: 333,
height: 243,
fillColor: "blue0",
text: "Elective",
},
Expand All @@ -33,7 +33,7 @@ export default {
x: 616,
y: 233,
width: 243,
height: 198,
height: 243,
fillColor: "blue0",
text: "Core",
},
Expand All @@ -42,7 +42,7 @@ export default {
x: 885,
y: 0,
width: 243,
height: 153,
height: 198,
fillColor: "blue0",
text: "Project",
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Roadmap/boxesData/dsMajor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
absoluteY: 620,
absoluteY: 90,
absoluteX: 76,
boxes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DsMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Lines = () => {
<svg
width="1280"
height="3452"
viewBox="0 0 1280 3452"
viewBox="0 550 1280 3452"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit 9b1bb4f

Please sign in to comment.