Fix app name in AppBar

This commit is contained in:
Vishesh Handa
2019-01-11 20:04:13 +01:00
parent 55de42cba6
commit 9867d607db

View File

@ -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(