| @@ -41,7 +41,7 @@ import MyOffers from './pages/MyOffers/MyOffers'; | |||
| const AppRoutes = () => { | |||
| return ( | |||
| <Switch> | |||
| <Route exact path={BASE_PAGE} component={LoginPage} /> | |||
| <Route exact path={BASE_PAGE} component={HomePage} /> | |||
| <Route exact path={LOGIN_PAGE} component={LoginPage} /> | |||
| <Route path={NOT_FOUND_PAGE} component={NotFoundPage} /> | |||
| <Route path={REGISTER_SUCCESSFUL_PAGE} component={RegisterSuccessful} /> | |||
| @@ -117,7 +117,6 @@ const FilterRadioDropdown = (props) => { | |||
| </DropdownItem> | |||
| )} | |||
| {dataToShow.map((item) => { | |||
| console.log(item); | |||
| return ( | |||
| <DropdownItem | |||
| key={item.name} | |||
| @@ -101,5 +101,6 @@ export const OffersScroller = styled(HorizontalScroller)` | |||
| margin-left: 0; | |||
| & div { | |||
| margin-left: 0; | |||
| margin-right: 0; | |||
| } | |||
| ` | |||
| @@ -21,7 +21,7 @@ export const ItemDetailsLayoutContainer = styled(Container)` | |||
| `; | |||
| export const RightCard = styled(Grid)` | |||
| margin-top: 30px; | |||
| margin-top: 48px; | |||
| border-top-right-radius: 4px; | |||
| width: 100%; | |||
| /* @media (max-width: 800px) { | |||