update mzansi profile path

This commit is contained in:
2025-03-28 09:18:01 +02:00
parent 4fd2c139d5
commit 4f5ed39a73
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
onTap: () {
Navigator.of(context).pop();
Navigator.of(context).pushNamed(
'/user-profile',
'/mzansi-profile',
arguments: AppProfileUpdateArguments(
widget.signedInUser, widget.propicFile),
);

View File

@@ -93,7 +93,7 @@ class _MIHHomeLegacyState extends State<MIHHomeLegacy> {
tileList.add(MIHTile(
videoID: "jFV3NN65DtQ",
onTap: () {
Navigator.of(context).pushNamed('/user-profile',
Navigator.of(context).pushNamed('/mzansi-profile',
arguments: AppProfileUpdateArguments(
widget.signedInUser, widget.propicFile));
},