From 30131e5ffe556866abc36eaa78f0c630dd43d1c7 Mon Sep 17 00:00:00 2001 From: kicap Date: Sat, 15 Jul 2023 05:05:24 +0800 Subject: [PATCH] first commit --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 12f19db..71842e3 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -22,7 +22,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - title: 'Perumahan Mutiara Alga', + title: 'Panti Asuhan Aisyiyah Abadi', theme: appTheme, debugShowCheckedModeBanner: false, navigatorKey: StackedService.navigatorKey,