changed appdrawer name of practice (was "practice months" still)

This commit is contained in:
BroodjeAap 2020-12-05 15:47:57 +01:00
parent e420d3512b
commit 391a6ac001

View file

@ -33,7 +33,7 @@ class AppDrawer extends StatelessWidget {
} }
), ),
ListTile( ListTile(
title: Text("Practice Months"), title: Text("Practice"),
onTap: () { onTap: () {
Navigator.pop(context); Navigator.pop(context);
Navigator.pushNamed(context, "/practice/setup"); Navigator.pushNamed(context, "/practice/setup");