diff --git a/src/ui/flutter_app/lib/widgets/game_page.dart b/src/ui/flutter_app/lib/widgets/game_page.dart index 0f6673cb..125b5214 100644 --- a/src/ui/flutter_app/lib/widgets/game_page.dart +++ b/src/ui/flutter_app/lib/widgets/game_page.dart @@ -1474,7 +1474,7 @@ class _GamePageState extends State // Replace with a Row for horizontal icon + text children: [ Icon( - FluentIcons.lightbulb_24_regular, + FluentIcons.book_information_24_regular, color: Color(Config.mainToolbarIconColor), ), Text(S.of(context).info,