1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-30 16:00:53 +08:00

Editor: Change title to New Journal Entry

This commit is contained in:
Vishesh Handa
2019-01-15 13:06:22 +01:00
parent 72edf6e11c
commit eceae0abd4

@ -67,12 +67,9 @@ class NoteEditorState extends State<NoteEditor> {
padding: const EdgeInsets.all(8.0),
);
var formatter = new DateFormat('dd MMM, yyyy');
var title = formatter.format(_createdAt);
var newJournalScreen = new Scaffold(
appBar: new AppBar(
title: new Text(title),
title: new Text("New Journal Entry"),
),
body: bodyWidget,
floatingActionButton: FloatingActionButton(