-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TASK 44] Added component Breadcrump #50
base: main
Are you sure you want to change the base?
Conversation
Kasztan0803
commented
May 19, 2022
color: ${Colors.primary}; | ||
} | ||
` | ||
|
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.
Za dużo tutaj nowych linii. Tylko powinna być jedna nowa linia na samym końcu pliku
import { Colors } from '../../styles'; | ||
|
||
const Breadcrumb = styled(ABreadcrumb)` | ||
.ant-breadcrumb-link{ |
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.
Chyba litner nam tego nie wychwyci, ale tutaj trzeba dodać tabulacje (2 spacje) do stylów i dodać spację przed {
|
||
export default Breadcrumb; | ||
|
||
|
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.
Tutaj też za dużo spacji
@@ -0,0 +1 @@ | |||
export {default as Breadcrumb} from './Breadcrumb'; |
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.
Brakuje nowej linii na końcu pliku: https://stackoverflow.com/a/5813359
Ogólny jeszcze komentarz, tylko ostatni element powinien być podświetlony na granatowo |