Skip to content

Commit

Permalink
map
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Aug 10, 2019
1 parent a721c93 commit 8cf2e53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
margin: 0 10px 0 0px;
font-weight: bold;
}
.itinerary img {
width: 100%;
}

.itinerary {
position: fixed;
Expand Down
5 changes: 5 additions & 0 deletions client/src/containers/itinerary.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from 'react';
import langSrc from '../assets/question.svg';
import girlSrc from '../assets/girl.png';
import mapSrc from '../assets/Map.png';


const Itinerary = ({ restart, info }) => {
return (
Expand All @@ -20,6 +22,9 @@ const Itinerary = ({ restart, info }) => {
</div>
</div>
))}
<br />
<br />
<img src={mapSrc} />
</div>
</div>
);
Expand Down

0 comments on commit 8cf2e53

Please sign in to comment.