diff --git a/js/components/TopToolbar.js b/js/components/TopToolbar.js index ab862ee..f6a5682 100644 --- a/js/components/TopToolbar.js +++ b/js/components/TopToolbar.js @@ -80,8 +80,8 @@ class TopToolbar extends Component { const showSearchClear = filter.search.length > 0; const searchPlaceholder = cond([ - [test(/\/food/), () => 'Search Food...'], - [test(/\/places/), () => 'Search Places...'], + [test(/\/food/), () => 'Search products...'], + [test(/\/places/), () => 'Search places...'], [test(/\/faves/), () => 'Search favorites'], ])(route); @@ -100,7 +100,7 @@ class TopToolbar extends Component { - + {showSearchClear ? ( - + ) : ( - + )} @@ -150,7 +151,7 @@ class TopToolbar extends Component { alignItems: 'center', justifyContent: 'center', }}> - + )} diff --git a/js/pages/FoodList.js b/js/pages/FoodList.js index 198273e..f3a570f 100644 --- a/js/pages/FoodList.js +++ b/js/pages/FoodList.js @@ -30,7 +30,7 @@ const FoodList = (props: Props) => { {showNoResults && ( - No food matched your search. + No products matched your search. Check your filters and try again )} diff --git a/js/pages/LoginPage.js b/js/pages/LoginPage.js index 86295b2..e6cc1ac 100644 --- a/js/pages/LoginPage.js +++ b/js/pages/LoginPage.js @@ -75,6 +75,7 @@ const LoginPageComponent = ({ flexDirection: 'column', alignItems: 'center', justifyContent: 'flex-start', + backgroundColor: '#fff', }}> {error && ( @@ -82,7 +83,7 @@ const LoginPageComponent = ({ )} - Sign In + Sign In diff --git a/js/pages/Nav.js b/js/pages/Nav.js index 0771384..31b2b78 100644 --- a/js/pages/Nav.js +++ b/js/pages/Nav.js @@ -36,8 +36,8 @@ const Nav = (props: Props) => { { /> { const usingGPS = zipcode === 'usegps'; return ( - Profile + Profile