From 922ad3a78c980d24eefbfc43c005aedf1681fb45 Mon Sep 17 00:00:00 2001 From: Leonyx Date: Sat, 2 Aug 2025 00:05:57 +0200 Subject: [PATCH] commit i guess --- CHALLENGE_2/sleepysound/lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHALLENGE_2/sleepysound/lib/main.dart b/CHALLENGE_2/sleepysound/lib/main.dart index 7b7f5b6..6480e2a 100644 --- a/CHALLENGE_2/sleepysound/lib/main.dart +++ b/CHALLENGE_2/sleepysound/lib/main.dart @@ -11,7 +11,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - title: 'Flutter Demo', + title: 'SleepySound', theme: ThemeData( // This is the theme of your application. // @@ -30,7 +30,7 @@ class MyApp extends StatelessWidget { // tested with just a hot reload. colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), ), - home: const MyHomePage(title: 'Flutter Demo Home Page'), + home: const MyHomePage(title: 'S'), ); } }