Skip to content

Commit

Permalink
fix UI bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoa165 committed Apr 28, 2021
1 parent 5fb5dc7 commit ed2680e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/components/restaurants/AdvancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ const AdvancedSearch = ({ restaurants, getFilteredRestaurant }) => {
return (
<div id='filter-section'>
<Container className='mb-4'>
<Row className='justify-content-center' lg={3}>
{/* <Row className='justify-content-center' lg={3}>
<SvgCupcake className='w-25 h-25' />
</Row>
</Row> */}
<Row className='mt-2 justify-content-center'>
<Col lg='9' className='p-0'>
<Row className='justify-content-between'>
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/restaurants/RestaurantProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const RestaurantProfile = ({
{current_employees ? current_employees : 0}
</div>
</Col>
<Col lg='2'>
<Col lg='2' className='mx-4'>
<p className='mb-1'># of customers</p>
<div
className='stat-box'
Expand Down Expand Up @@ -144,7 +144,7 @@ const RestaurantProfile = ({
</div>
</div>
<div className='map-wrapper'>
<RestaurantMap addr={address} restName={restaurant_name}/>
<RestaurantMap addr={address} restName={restaurant_name} />
</div>
</div>
</Col>
Expand Down

0 comments on commit ed2680e

Please sign in to comment.