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( return new Scaffold(
appBar: new AppBar( appBar: new AppBar(
title: new Text('Journal'), title: new Text('GitJournal'),
), ),
floatingActionButton: createButton, floatingActionButton: createButton,
body: new JournalList( body: new JournalList(