-
Notifications
You must be signed in to change notification settings - Fork 74
Minichallenge_1 #25
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
base: master
Are you sure you want to change the base?
Minichallenge_1 #25
Conversation
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.
Hi Edgar, thank you for submitting your Pull Request, I left small comments in it.
Also here are some missing points you can work on for the next deliverables:
- Try to add unit tests
- Avoid commits on master branch directly, you can create a feature branch on your fork, and then create the Pull request with master in your own repo
| const StyledHeader = styled.header` | ||
| background-color: rgb(247, 247, 247); | ||
| display: flex; | ||
| border-bottom: 1px solid rgb(236, 236, 236 ) !important; |
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.
Avoid using !important
| width: 40px important!; | ||
| height: 40px important!; |
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.
Avoid using !important
| const CardContent = styled.div` | ||
| overflow: hidden; | ||
| border-radius: 2px; | ||
| border: 1px solid rgb(236, 236, 236 ) !important; |
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.
Avoid using important
Development of minichallenge 1