-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
DRAFT 754-feat: Short track #755
base: main
Are you sure you want to change the base?
Conversation
Lighthouse Report:
|
Lighthouse Report:
|
Lighthouse Report:
|
subTitle: null, | ||
descriptionUrl: COURSE_LINKS.SHORT_TRACK, | ||
altTitle: COURSE_TITLES.SHORT_TRACK, | ||
iconSrc: reactAngular, |
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.
Icon WO border. I remember we would like to remove all borders there, but I suppose we should remove them at the same time
@@ -3,13 +3,17 @@ export const communicationText = { | |||
title: 'Communication', | |||
subTitle: 'Discord is the main communication channel in RS School', | |||
subTitleJs: 'RS School uses two main communication channels:', | |||
// subTitleST: 'RS School uses two main communication channels:', |
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.
Do we need it?
firstParagraphFirstHalf: 'Here is link for the ', | ||
discordParagraphTextJs: ': Join the Discord server to see the latest news and chat with students.', | ||
discordParagraphTextJs: |
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.
Why are you adding a line break?
paragraph = | ||
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph; | ||
|
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.
paragraph = | |
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph; | |
paragraph = (path === 'shortTrack') | |
? 'The course program will consist of the following steps' | |
: paragraph; |
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.
If the linter left it as correct, should we fix it manually?
Lighthouse Report:
|
What type of PR is this? (select all that apply)
Description
Related Tickets & Documents
Screenshots, Recordings
Please replace this line with any relevant images for UI changes.
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?