diff --git a/app/lib/features/search_browser/presentation/screens/browser.dart b/app/lib/features/search_browser/presentation/screens/browser.dart index 5134ba6b..0d83531a 100644 --- a/app/lib/features/search_browser/presentation/screens/browser.dart +++ b/app/lib/features/search_browser/presentation/screens/browser.dart @@ -135,7 +135,14 @@ class KagiScreen extends HookConsumerWidget { leadingIcon: const Icon(Icons.settings), child: const Text('Settings'), ), - if (showEarlyAccessFeatures) const Divider(), + const Divider(), + MenuItemButton( + onPressed: () async { + await context.push(BangRoute().location); + }, + leadingIcon: const Icon(MdiIcons.exclamationThick), + child: const Text('Bangs'), + ), if (showEarlyAccessFeatures) MenuItemButton( onPressed: () async {