forked from yaso_meth/mih-project
update sign in and register MIH logo nav
This commit is contained in:
@@ -243,7 +243,7 @@ class _RegisterState extends State<Register> {
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/about',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: 0,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
@@ -291,7 +291,7 @@ class _SignInState extends State<SignIn> {
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/about',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: 0,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user