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(
drawer: AppDrawer(),
appBar: AppBar(
title: Text("Overview"),
title: Text("Years"),
),
body: Center(
child: new Column(