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:
@ -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(
|
||||
|
Reference in New Issue
Block a user