Fixed a title of a page

This commit is contained in:
BroodjeAap 2020-10-03 17:04:44 +02:00
parent 11a6d765c1
commit e11094b56c

View file

@ -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(