diff --git a/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart b/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart index 2071193..c814837 100644 --- a/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart +++ b/lib/screens/unit2/homepage.dart/components/dashboard/dashboard.dart @@ -646,7 +646,9 @@ class _DashBoardState extends State { title: e.object.name == 'Real Property' ? "Field Surveyor" : e.object.name!, - ontap: () {}) + ontap: () { + Navigator.pushNamed(context, '/passo-home'); + }) : Container( color: Colors.black, ));