diff --git a/apps/mobile/src/app/(tabs)/index.tsx b/apps/mobile/src/app/(tabs)/index.tsx index 5312078..f4ac089 100644 --- a/apps/mobile/src/app/(tabs)/index.tsx +++ b/apps/mobile/src/app/(tabs)/index.tsx @@ -147,11 +147,9 @@ export default function WhatToEatScreen() { {shownRecs.map((rec, index) => ( router.push(`/recipe/${rec.recipeId}`)}> - - - {index === 0 ? "⭐ " : ""} - {rec.titleSv} - + + {rec.titleSv} + {index === 0 && } {rec.ratingCount > 0 && rec.ratingAverage != null && (