]> 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)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
flutterfamilies/lib/main.dart

index f61141c2859c4e56bd10380e3d2ba06a6ab1306b..94f0152e335c5184f422a800760aa3e0c8c3b42d 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'),
     );
   }
 }