-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MPE page introduction content #3183
Conversation
…into feat-mpe-introduction
Feat mpe introduction
This pull request is being automatically deployed with Vercel (learn more). nusmods-website – ./website🔍 Inspect: https://vercel.com/nusmodifications/nusmods-website/bg9gew8mb nusmods-export – ./export🔍 Inspect: https://vercel.com/nusmodifications/nusmods-export/mqwoxabzs |
Codecov Report
@@ Coverage Diff @@
## master #3183 +/- ##
=======================================
Coverage 55.40% 55.40%
=======================================
Files 254 254
Lines 5315 5315
Branches 1226 1226
=======================================
Hits 2945 2945
Misses 2370 2370
Continue to review full report at Codecov.
|
Deployment preview for |
.subtitle{ | ||
padding-top: 1rem; | ||
font-weight: bold; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm the formatting is a bit off. Could you run Prettier on this? You could set up your editor to automatically format on save for convenience
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks :D
Context
#3035
Add MPE page introduction content.
Implementation
Added content to
website/src/views/mpe/MpeContainer.tsx
and its corresponding styling.Other Information