Fixed a title of a page
This commit is contained in:
parent
11a6d765c1
commit
e11094b56c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class _YearsPageState extends State<YearsPage> {
|
|||
return Scaffold(
|
||||
drawer: AppDrawer(),
|
||||
appBar: AppBar(
|
||||
title: Text("Overview"),
|
||||
title: Text("Years"),
|
||||
),
|
||||
body: Center(
|
||||
child: new Column(
|
||||
|
|
Loading…
Add table
Reference in a new issue