Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
agsulimko committed Sep 16, 2023
1 parent 71c1cc8 commit 7e60ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ render() {
{/* <Button /> */}
{/* <Loader /> */}

<Modal> </Modal>
{/* <Modal> </Modal> */}
{/* {showModal && <Modal onClose={this.toggleModal} > <h2>Modal Hallo</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit, molestias assumenda aliquid incidunt corrupti a pariatur ratione rerum numquam alias omnis in non totam voluptatum quas voluptatem! Non, aspernatur? Suscipit!</p>
<button type='button' onClick={this.toggleModal}>Close modal</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImageGalleryItem/ImageGalleryItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const style = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: 400,
widthMax: 1200,
bgcolor: 'background.paper',
border: 'none',
boxShadow: 24,
Expand Down

0 comments on commit 7e60ac0

Please sign in to comment.