Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kasztan0803
Copy link

image

color: ${Colors.primary};
}
`

Copy link
Member

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{
Copy link
Member

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;


Copy link
Member

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';
Copy link
Member

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

@jaroslawlesniak
Copy link
Member

Ogólny jeszcze komentarz, tylko ostatni element powinien być podświetlony na granatowo

@jaroslawlesniak
Copy link
Member

Ło Panie, co tu się stało? 🙈

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants