update about MIH nav

This commit is contained in:
2025-08-18 13:03:45 +02:00
parent deb0a1d0b8
commit ffb0237df2
8 changed files with 32 additions and 1278 deletions

View File

@@ -200,10 +200,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
],
),
onTap: () {
Navigator.of(context).pushNamed(
'/about',
arguments: 1,
);
context.goNamed("aboutMih", extra: 1);
},
),
ListTile(
@@ -233,10 +230,7 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
],
),
onTap: () {
Navigator.of(context).pushNamed(
'/about',
arguments: 2,
);
context.goNamed("aboutMih", extra: 2);
},
),
ListTile(