changed routing

This commit is contained in:
Fabian Freund
2024-06-12 08:42:33 +02:00
parent 3d9650b2aa
commit 1673467488
@@ -78,7 +78,7 @@ class BangChips extends HookConsumerWidget {
), ),
IconButton( IconButton(
onPressed: () async { onPressed: () async {
await context.push(BangRoute().location); await context.push(BangSearchRoute().location);
}, },
icon: const Icon(Icons.chevron_right), icon: const Icon(Icons.chevron_right),
), ),