From 9524cb9738e63b8ba67d1bfe37ec44f193eb089d Mon Sep 17 00:00:00 2001 From: Eggmac Date: Sun, 25 Feb 2024 23:18:59 +0100 Subject: [PATCH] Changed Text of Gesundheit and Wellness to fit at the moment the card --- lib/utils/data.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/data.dart b/lib/utils/data.dart index 45b9a42..a2ef953 100644 --- a/lib/utils/data.dart +++ b/lib/utils/data.dart @@ -85,7 +85,7 @@ class Data { ]), Recipe( id: '4', - title: 'Gesundheit & Wellness', + title: 'Gesundheit', imageUrl: 'assets/images/Gesundheit.png', nutrients: [ Nutrients(name: 'Calories', weight: '200', percent: 0.7),