Rename app identity to JamShalat

This commit is contained in:
Dwindi Ramadhana
2026-03-18 00:45:24 +07:00
parent 2d09b5b356
commit e34dd6cf06
37 changed files with 456 additions and 47 deletions

View File

@@ -78,7 +78,7 @@ class _AppState extends ConsumerState<App> with WidgetsBindingObserver {
final themeMode = ref.watch(themeProvider);
return MaterialApp.router(
title: 'Jamshalat Diary',
title: 'JamShalat',
debugShowCheckedModeBanner: false,
theme: AppTheme.light,
darkTheme: AppTheme.dark,