Commit 45a7ed22 authored by Uditha Prabhasha 's avatar Uditha Prabhasha

Update parentHome.dart

parent 865fa70a
......@@ -233,16 +233,17 @@ class ParentHomePage extends StatelessWidget {
);
break;
case 2:
// Handller Game
// Handle Game
break;
case 3:
// Navigate to Profile
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => TeacherProfilePage(
uid: user?.uid,
)),
builder: (context) => TeacherProfilePage(
uid: user?.uid,
),
),
);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment