changed routing
This commit is contained in:
@@ -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),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user