Skip to content

Commit

Permalink
Merge pull request #45 from andi-mache/patch-2
Browse files Browse the repository at this point in the history
fix: fixed the app name bug
  • Loading branch information
angrezichatterbox authored Nov 20, 2024
2 parents 9b7ccd3 + d0cd794 commit 81e82cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MyApp extends StatelessWidget {
} else {
return GetMaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter Demo',
title: 'Bunk Mate',
theme: ThemeData(
fontFamily: GoogleFonts.lexend().fontFamily,
colorScheme:
Expand Down

0 comments on commit 81e82cd

Please sign in to comment.