|
@@ -76,7 +76,7 @@
|
|
|
*ngFor="let recipe of recommendedRecipes"
|
|
|
(click)="goToRecipeDetail(recipe.objectId)"
|
|
|
>
|
|
|
- <ion-card class="recipe-card-hover">
|
|
|
+ <ion-card class="recipe-card-hover" (click)="goToDetail()">
|
|
|
<ion-img [src]="recipe.image?.url || '/assets/images/default-food.jpg'"></ion-img>
|
|
|
<ion-card-content class="p-4">
|
|
|
<h3 class="recipe-title">{{ recipe.title }}</h3>
|