update sign in and register MIH logo nav

This commit is contained in:
2025-03-06 11:04:48 +02:00
parent 39bbdae7f5
commit 3a7063a6ad
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ class _RegisterState extends State<Register> {
onTap: () {
Navigator.of(context).pushNamed(
'/about',
//arguments: widget.signedInUser,
arguments: 0,
);
},
);

View File

@@ -291,7 +291,7 @@ class _SignInState extends State<SignIn> {
onTap: () {
Navigator.of(context).pushNamed(
'/about',
//arguments: widget.signedInUser,
arguments: 0,
);
},
);