-
Notifications
You must be signed in to change notification settings - Fork 16
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
Added course component #1412
Added course component #1412
Conversation
Mav-Ivan
commented
Nov 16, 2023
minHeight: '245px', | ||
backgroundColor: 'basic.white', | ||
borderRadius: '6px', | ||
p: '24px 24px 16px 24px' |
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.
p: '24px 24px 16px' should work too
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.
yeah you right
sx={styles.chipContainer} | ||
/> | ||
<Typography sx={styles.secondaryText}> | ||
{`${sections.length} ${sections.length > 1 ? 'sections' : 'section'}`} |
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.
I think, this text should be in translation
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.
done
4fbf209
to
1f279a4
Compare
Kudos, SonarCloud Quality Gate passed! |