mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Fix app name in AppBar
This commit is contained in:
@ -19,7 +19,7 @@ class HomeScreen extends StatelessWidget {
|
||||
|
||||
return new Scaffold(
|
||||
appBar: new AppBar(
|
||||
title: new Text('Journal'),
|
||||
title: new Text('GitJournal'),
|
||||
),
|
||||
floatingActionButton: createButton,
|
||||
body: new JournalList(
|
||||
|
Reference in New Issue
Block a user