From 8fd4b23e8a01ad3753e99a0e7e3721a25235190a Mon Sep 17 00:00:00 2001 From: Joao Garin Date: Thu, 7 Dec 2017 14:52:10 +0000 Subject: [PATCH] fix(images): replace placeholder images (#104) --- src/app/home/components/home/home.component.html | 2 +- .../components/recipe-details/recipe-details.component.html | 2 +- src/app/recipes/components/recipes/recipes.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/home/components/home/home.component.html b/src/app/home/components/home/home.component.html index aa997ab..a4b7439 100644 --- a/src/app/home/components/home/home.component.html +++ b/src/app/home/components/home/home.component.html @@ -1,7 +1,7 @@
- +
diff --git a/src/app/recipes/components/recipe-details/recipe-details.component.html b/src/app/recipes/components/recipe-details/recipe-details.component.html index 47216ce..e74be07 100644 --- a/src/app/recipes/components/recipe-details/recipe-details.component.html +++ b/src/app/recipes/components/recipe-details/recipe-details.component.html @@ -8,7 +8,7 @@

{{ recipe.title }}

- recipe.title + recipe.title
diff --git a/src/app/recipes/components/recipes/recipes.component.html b/src/app/recipes/components/recipes/recipes.component.html index 90cdf56..d4452d2 100644 --- a/src/app/recipes/components/recipes/recipes.component.html +++ b/src/app/recipes/components/recipes/recipes.component.html @@ -1,6 +1,6 @@
- +