diff --git a/lib/HomePage.dart b/lib/HomePage.dart index 8a636dd..14579e1 100644 --- a/lib/HomePage.dart +++ b/lib/HomePage.dart @@ -11,7 +11,7 @@ class HomePage extends StatelessWidget { final List easytabs = const [ EasyTab(title: "Listen", icon: Icons.play_arrow, child: Listen()), - EasyTab(title: "About", icon: Icons.help, child: About()), + EasyTab(title: "About", icon: Icons.info, child: About()), EasyTab(title: "Links", icon: Icons.language, child: Links()), ];