diff --git a/lib/main.dart b/lib/main.dart index 9f23efe..b8ae6a4 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -31,7 +31,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'Gray was here.'), + home: const MyHomePage(title: 'Gray was here. So was Thien-an.'), ); } }