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?a=commitdiff_plain;h=e31e3223f37e5a2784165f448e6b0236cd0e60fe;p=lmno.games Add 'Empires' to homepage title --- diff --git a/flutterfamilies/lib/main.dart b/flutterfamilies/lib/main.dart index 560dc04..d5e6a45 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'), ); } }