diff --git a/Frontend/lib/mih_packages/mih_home/mih_home.dart b/Frontend/lib/mih_packages/mih_home/mih_home.dart index bb63aeb2..8cd2b6a4 100644 --- a/Frontend/lib/mih_packages/mih_home/mih_home.dart +++ b/Frontend/lib/mih_packages/mih_home/mih_home.dart @@ -223,29 +223,29 @@ class _MIHHomeState extends State { s: getSec(), )); } - // tileList.add(MIHTile( - // videoID: "NUDdoWrbXNc", - // onTap: () { - // Navigator.of(context).pushNamed('/patient-profile', - // arguments: PatientViewArguments( - // widget.signedInUser, null, null, null, "personal")); - // }, - // tileName: "Patient Profile", - // tileIcon: Center( - // child: FaIcon( - // FontAwesomeIcons.bookMedical, - // color: getSec(), - // size: 200, - // ), - // ), - // // Icon( - // // Icons.medication, - // // color: getSec(), - // // size: 200, - // // ), - // p: getPrim(), - // s: getSec(), - // )); + tileList.add(MIHTile( + videoID: "", + onTap: () { + Navigator.of(context).pushNamed( + '/mzansi-ai', + ); + }, + tileName: "Mzansi AI", + tileIcon: Center( + child: FaIcon( + FontAwesomeIcons.robot, + color: getSec(), + size: 180, + ), + ), + // Icon( + // Icons.medication, + // color: getSec(), + // size: 200, + // ), + p: getPrim(), + s: getSec(), + )); tileList.add(MIHTile( onTap: () { Navigator.of(context).pushNamed( @@ -269,29 +269,6 @@ class _MIHHomeState extends State { p: getPrim(), s: getSec(), )); - tileList.add(MIHTile( - onTap: () { - Navigator.of(context).pushNamed( - '/access-review', - arguments: widget.signedInUser, - ); - }, - tileName: "Access", - tileIcon: Center( - child: FaIcon( - FontAwesomeIcons.userCheck, - color: getSec(), - size: 170, - ), - ), - // Icon( - // Icons.check_box_outlined, - // color: getSec(), - // size: 200, - // ), - p: getPrim(), - s: getSec(), - )); tileList.add(MIHTile( videoID: "", @@ -318,6 +295,30 @@ class _MIHHomeState extends State { s: getSec(), )); + tileList.add(MIHTile( + onTap: () { + Navigator.of(context).pushNamed( + '/access-review', + arguments: widget.signedInUser, + ); + }, + tileName: "Access", + tileIcon: Center( + child: FaIcon( + FontAwesomeIcons.userCheck, + color: getSec(), + size: 170, + ), + ), + // Icon( + // Icons.check_box_outlined, + // color: getSec(), + // size: 200, + // ), + p: getPrim(), + s: getSec(), + )); + tileList.add(MIHTile( videoID: "hbKhlmY_56U", onTap: () {