From fb38a3f3138417fed98dfaaf97fd3af03d8704d5 Mon Sep 17 00:00:00 2001 From: David Senk Date: Fri, 6 Sep 2024 20:43:20 -0400 Subject: [PATCH] changed info icon --- lib/HomePage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()), ];