Fix go router to work with web and ios nav

This commit is contained in:
2026-05-26 13:19:34 +02:00
parent e85bf2d577
commit aee6497ccb
14 changed files with 230 additions and 226 deletions
@@ -75,7 +75,7 @@ class _MihAuthenticationState extends State<MihAuthentication> {
iconColor: MihColors.secondary(),
iconSize: 45,
onTap: () {
context.goNamed("aboutMih", extra: true);
context.pushNamed("aboutMih", extra: true);
},
),
);