From 8beb97491cb95bce4689874835bc9d69cc1ca4e8 Mon Sep 17 00:00:00 2001 From: benedikts <sosnowskybene@gmail.com> Date: Mon, 4 Apr 2022 14:03:40 +0200 Subject: [PATCH] . --- lib/bottom_navigation_bar_buttons/profile/profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bottom_navigation_bar_buttons/profile/profile.dart b/lib/bottom_navigation_bar_buttons/profile/profile.dart index 9b813db..d78637b 100644 --- a/lib/bottom_navigation_bar_buttons/profile/profile.dart +++ b/lib/bottom_navigation_bar_buttons/profile/profile.dart @@ -59,7 +59,7 @@ class _ProfilePage extends State<Profile> { mainAxisAlignment: MainAxisAlignment.center, children: [ ProfileEntry( - category: "Name", description: "A very long example Name"), + category: "Name", description: "Very long example Name"), ProfileEntry(category: "Age", description: "123"), ProfileEntry(category: "Birthday", description: "30.02.") ], -- GitLab