diff --git a/lib/Frontend/pages/home.dart b/lib/Frontend/pages/home.dart index f8102bd6..74ac3886 100644 --- a/lib/Frontend/pages/home.dart +++ b/lib/Frontend/pages/home.dart @@ -84,7 +84,6 @@ class _HomeState extends ConsumerState { mainAxisSize: MainAxisSize.min, children: [ ListTile( - leading: const Icon(Icons.waving_hand), title: Text(homeWelcomeMessageTitle()), subtitle: Text(homeWelcomeMessage()), ),