update mzansi profile path
This commit is contained in:
@@ -47,7 +47,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
|
|||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/user-profile',
|
'/mzansi-profile',
|
||||||
arguments: AppProfileUpdateArguments(
|
arguments: AppProfileUpdateArguments(
|
||||||
widget.signedInUser, widget.propicFile),
|
widget.signedInUser, widget.propicFile),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ class _MIHHomeLegacyState extends State<MIHHomeLegacy> {
|
|||||||
tileList.add(MIHTile(
|
tileList.add(MIHTile(
|
||||||
videoID: "jFV3NN65DtQ",
|
videoID: "jFV3NN65DtQ",
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamed('/user-profile',
|
Navigator.of(context).pushNamed('/mzansi-profile',
|
||||||
arguments: AppProfileUpdateArguments(
|
arguments: AppProfileUpdateArguments(
|
||||||
widget.signedInUser, widget.propicFile));
|
widget.signedInUser, widget.propicFile));
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user