]> git.cworth.org Git - lmno.games/commitdiff
Add 'Empires' to homepage title
authorKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 03:10:21 +0000 (23:10 -0400)
committerKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 03:10:21 +0000 (23:10 -0400)
flutterfamilies/lib/main.dart

index 560dc04f04f82dae6ecd89b0cc5b276faa2d8314..d5e6a4505d8ceb13a4d7bc8bf183ac153007e6ca 100644 (file)
@@ -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'),
     );
   }
 }