diff --git a/lib/main.dart b/lib/main.dart index af78b5b..73a12c0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -17,7 +17,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'Lab 3: Cards'), + home: const MyHomePage(title: 'Lab 4'), ); } }