change route home to mihHome

This commit is contained in:
2025-08-19 10:53:40 +02:00
parent 43ab2b6681
commit 35d6b39c45
12 changed files with 23 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
onTap: () {
// Navigator.of(context).pop();
context.goNamed(
'home',
'mihHome',
extra: AuthArguments(
true,
false,

View File

@@ -181,7 +181,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
child: MihButton(
onPressed: () {
context.goNamed(
'home',
'mihHome',
extra: AuthArguments(
stayOnPersonalSide,
false,