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

Feature/about store layout #14

Open
wants to merge 11 commits into
base: development
Choose a base branch
from

Conversation

Nurbolot00
Copy link
Collaborator

No description provided.

@@ -2,6 +2,10 @@ import Slider from 'react-slick'
import { styled } from '@mui/material'
import Footer from '../../components/footer/Footer'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Footer зачем?

@@ -2,6 +2,10 @@ import Slider from 'react-slick'
import { styled } from '@mui/material'
import Footer from '../../components/footer/Footer'
import Header from '../../components/header/Header'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Header зачем?

<div style={{ border: '1px solid', width: '55%' }}>
<img src="../../assets/images/mapOfKyrgyzstan.png" alt="1" />
<div style={{ width: '55%' }}>
<img style={{ width: '100%', marginTop: '4rem' }} src={mapImage} alt="1" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change inline css to component css

</section>
</MainContainer>
</StyledMainBlock>
</div>
</>
)
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no comments


<div>
<StyledSlider {...settings}>
{sliderImagesSources.map((item, index) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

provide the key prop please

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.

5 participants