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(
|
return Scaffold(
|
||||||
drawer: AppDrawer(),
|
drawer: AppDrawer(),
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text("Overview"),
|
title: Text("Years"),
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: new Column(
|
child: new Column(
|
||||||
|
|
Loading…
Add table
Reference in a new issue