From: Kevin Worth Date: Mon, 27 Apr 2020 03:10:21 +0000 (-0400) Subject: Add 'Empires' to homepage title X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=8bf86e1f269edcbcf84bc8356f5c6334e0dc4a91 Add 'Empires' to homepage title --- diff --git a/flutterfamilies/lib/main.dart b/flutterfamilies/lib/main.dart index f61141c..94f0152 100644 --- a/flutterfamilies/lib/main.dart +++ b/flutterfamilies/lib/main.dart @@ -26,7 +26,7 @@ class MyApp extends StatelessWidget { // closer together (more dense) than on mobile platforms. visualDensity: VisualDensity.adaptivePlatformDensity, ), - home: MyHomePage(title: 'Families (Name Game)'), + home: MyHomePage(title: 'Families / Empires'), ); } }