mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Fix app name in AppBar
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user