diff --git a/modules/browse/components/ListRecipes.js b/modules/browse/components/ListRecipes.js index a4e7e655..07e94380 100644 --- a/modules/browse/components/ListRecipes.js +++ b/modules/browse/components/ListRecipes.js @@ -12,7 +12,7 @@ const ListRecipes = ({ data, format }) => { return recipe.photo_thumbnail; } else { const images = ['fish', 'fried-eggs', 'pizza', 'soup', 'steak']; - return '/images/' + images[Math.floor(Math.random(0) * images.length)] + '.png'; + return '/images/' + images[Math.floor(Math.random(0) * images.length)] + '.jpg'; } }; diff --git a/modules/browse/constants/SearchConstants.js b/modules/browse/constants/SearchConstants.js index 5dbc28ed..677beb95 100644 --- a/modules/browse/constants/SearchConstants.js +++ b/modules/browse/constants/SearchConstants.js @@ -2,4 +2,5 @@ export default { BROWSE_SEARCH_RESULTS: 'BROWSE_SEARCH_RESULTS', BROWSE_SEARCH_LOADING: 'BROWSE_SEARCH_LOADING', + BROWSE_RESET_SEARCH_RESULTS: 'BROWSE_RESET_SEARCH_RESULTS', }; \ No newline at end of file diff --git a/modules/browse/reducers/SearchReducer.js b/modules/browse/reducers/SearchReducer.js index 4d0929d1..3071e651 100644 --- a/modules/browse/reducers/SearchReducer.js +++ b/modules/browse/reducers/SearchReducer.js @@ -15,6 +15,8 @@ function search(state = { results: {}, loading: true }, action) { results: { ...state.results, ...newSearch }, loading: false }; + case SearchConstants.BROWSE_RESET_SEARCH_RESULTS: + return { results: {}, loading: false }; default: return state; } diff --git a/modules/common/demo/data.json b/modules/common/demo/data.json index 33437ce9..2d5338c1 100644 --- a/modules/common/demo/data.json +++ b/modules/common/demo/data.json @@ -128,7 +128,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -136,7 +136,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -144,7 +144,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -152,7 +152,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -165,7 +165,7 @@ "recipes": [ { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -178,7 +178,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -186,7 +186,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -199,7 +199,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -207,7 +207,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -215,7 +215,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -223,7 +223,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -236,7 +236,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -244,7 +244,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -252,7 +252,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -265,7 +265,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -273,7 +273,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -286,7 +286,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -294,7 +294,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -302,7 +302,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -315,7 +315,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -323,7 +323,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -331,7 +331,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -344,7 +344,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -352,7 +352,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -360,7 +360,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -368,7 +368,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -381,7 +381,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -394,7 +394,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -407,7 +407,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -415,7 +415,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -423,7 +423,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -436,7 +436,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -444,7 +444,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -452,7 +452,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -460,7 +460,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -473,7 +473,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -481,7 +481,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -489,7 +489,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -497,7 +497,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -510,7 +510,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -518,7 +518,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -526,7 +526,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -534,7 +534,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -547,7 +547,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -555,7 +555,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -563,7 +563,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -571,7 +571,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -584,7 +584,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -592,7 +592,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -600,7 +600,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -608,7 +608,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -621,7 +621,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -629,7 +629,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -637,7 +637,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -645,7 +645,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -658,7 +658,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -666,7 +666,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -674,7 +674,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -682,7 +682,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -695,7 +695,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -703,7 +703,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -711,7 +711,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -719,7 +719,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -745,7 +745,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -758,7 +758,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -771,7 +771,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -784,7 +784,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -792,7 +792,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -800,7 +800,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -813,7 +813,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -826,7 +826,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -839,7 +839,7 @@ "recipes": [ { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -852,7 +852,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -860,7 +860,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -873,7 +873,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -881,7 +881,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -894,7 +894,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -902,7 +902,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -910,7 +910,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -923,7 +923,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -931,7 +931,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -944,7 +944,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -957,7 +957,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -965,7 +965,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -973,7 +973,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -986,7 +986,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -994,7 +994,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1007,7 +1007,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1015,7 +1015,7 @@ }, { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1023,7 +1023,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1036,7 +1036,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1049,7 +1049,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1062,7 +1062,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1075,7 +1075,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1088,7 +1088,7 @@ "recipes": [ { "id": 1, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1101,7 +1101,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1114,7 +1114,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1122,7 +1122,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1130,7 +1130,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1143,7 +1143,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1156,7 +1156,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1164,7 +1164,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1177,7 +1177,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1185,7 +1185,7 @@ }, { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1193,7 +1193,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1206,7 +1206,7 @@ "recipes": [ { "id": 2, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 2", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1214,7 +1214,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1227,7 +1227,7 @@ "recipes": [ { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1240,7 +1240,7 @@ "recipes": [ { "id": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 3", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -1248,7 +1248,7 @@ }, { "id": 4, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "pub_date": "2011-05-21", "title": "Tasty Chili 4", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma", @@ -3498,7 +3498,7 @@ "title": "Tasty Chili", "pub_date": "2011-05-21", "rating": 5, - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma" }, { @@ -3506,7 +3506,7 @@ "title": "Tasty Chili 2", "pub_date": "2011-05-21", "rating": 3, - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma" }, { @@ -3514,7 +3514,7 @@ "title": "Tasty Chili 3", "pub_date": "2011-05-21", "rating": 3, - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma" }, { @@ -3522,7 +3522,7 @@ "title": "Tasty Chili 4", "pub_date": "2011-05-21", "rating": 3, - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "info": "This chili is requested every winter by friends and family. I have been making this chili every since I was a small child and learned from my grandma" } ] @@ -3531,8 +3531,8 @@ "recipes": [ { "id": 2, - "photo": "https://open-eats.github.io/images/fish.png", - "photo_thumbnail": "https://open-eats.github.io/images/fish.png", + "photo": "https://open-eats.github.io/images/fish.jpg", + "photo_thumbnail": "https://open-eats.github.io/images/fish.jpg", "ingredient_groups": [ { "id": 91, @@ -3569,8 +3569,8 @@ }, { "id": 3, - "photo": "https://open-eats.github.io/images/pizza.png", - "photo_thumbnail": "https://open-eats.github.io/images/pizza.png", + "photo": "https://open-eats.github.io/images/pizza.jpg", + "photo_thumbnail": "https://open-eats.github.io/images/pizza.jpg", "ingredient_groups": [ { "id": 97, @@ -3663,8 +3663,8 @@ }, { "id": 4, - "photo": "https://open-eats.github.io/images/soup.png", - "photo_thumbnail": "https://open-eats.github.io/images/soup.png", + "photo": "https://open-eats.github.io/images/soup.jpg", + "photo_thumbnail": "https://open-eats.github.io/images/soup.jpg", "ingredient_groups": [ { "id": 98, @@ -3773,8 +3773,8 @@ }, { "id": 1, - "photo": "https://open-eats.github.io/images/steak.png", - "photo_thumbnail": "https://open-eats.github.io/images/steak.png", + "photo": "https://open-eats.github.io/images/steak.jpg", + "photo_thumbnail": "https://open-eats.github.io/images/steak.jpg", "ingredient_groups": [ { "id": 96, diff --git a/modules/recipe_form/actions/RecipeFormActions.js b/modules/recipe_form/actions/RecipeFormActions.js index a4db7d8f..69c6f180 100644 --- a/modules/recipe_form/actions/RecipeFormActions.js +++ b/modules/recipe_form/actions/RecipeFormActions.js @@ -1,5 +1,6 @@ import { request } from '../../common/CustomSuperagent'; import RecipeFormConstants from '../constants/RecipeFormConstants'; +import SearchConstants from '../../browse/constants/SearchConstants'; import StatusConstants from '../constants/StatusConstants'; import { serverURLs } from '../../common/config' import validation from './validation' @@ -109,6 +110,7 @@ export const save = (data, event) => { message: 'Recipe save!', alert: 'alert-success' }); + dispatch({ type: SearchConstants.BROWSE_RESET_SEARCH_RESULTS }); if (typeof event === 'function') event(res.body); }) .catch(err => { @@ -129,6 +131,7 @@ export const save = (data, event) => { message: 'Recipe save!', alert: 'alert-success' }); + dispatch({ type: SearchConstants.BROWSE_RESET_SEARCH_RESULTS }); if (typeof event === 'function') event(res.body); } }) diff --git a/public/images/fish.jpg b/public/images/fish.jpg new file mode 100644 index 00000000..b3901d05 Binary files /dev/null and b/public/images/fish.jpg differ diff --git a/public/images/fish.png b/public/images/fish.png deleted file mode 100644 index 81a3d10a..00000000 Binary files a/public/images/fish.png and /dev/null differ diff --git a/public/images/fried-eggs.jpg b/public/images/fried-eggs.jpg new file mode 100644 index 00000000..2c05192d Binary files /dev/null and b/public/images/fried-eggs.jpg differ diff --git a/public/images/fried-eggs.png b/public/images/fried-eggs.png deleted file mode 100644 index ec5b1f81..00000000 Binary files a/public/images/fried-eggs.png and /dev/null differ diff --git a/public/images/pizza.jpg b/public/images/pizza.jpg new file mode 100644 index 00000000..589d81d8 Binary files /dev/null and b/public/images/pizza.jpg differ diff --git a/public/images/pizza.png b/public/images/pizza.png deleted file mode 100644 index 914959b2..00000000 Binary files a/public/images/pizza.png and /dev/null differ diff --git a/public/images/soup.jpg b/public/images/soup.jpg new file mode 100644 index 00000000..1bf226eb Binary files /dev/null and b/public/images/soup.jpg differ diff --git a/public/images/soup.png b/public/images/soup.png deleted file mode 100644 index 025838ad..00000000 Binary files a/public/images/soup.png and /dev/null differ diff --git a/public/images/steak.jpg b/public/images/steak.jpg new file mode 100644 index 00000000..3ff521f9 Binary files /dev/null and b/public/images/steak.jpg differ diff --git a/public/images/steak.png b/public/images/steak.png deleted file mode 100644 index ca83193c..00000000 Binary files a/public/images/steak.png and /dev/null differ