diff --git a/useragent/lib/screens/dashboard.dart b/useragent/lib/screens/dashboard.dart index 33830e4..acfb828 100644 --- a/useragent/lib/screens/dashboard.dart +++ b/useragent/lib/screens/dashboard.dart @@ -33,11 +33,6 @@ class DashboardRouter extends StatelessWidget { selectedIcon: Icon(Icons.account_balance_wallet), label: "Wallets", ), - NavigationDestination( - icon: Icon(Icons.rule_folder_outlined), - selectedIcon: Icon(Icons.rule_folder), - label: "Grants", - ), NavigationDestination( icon: Icon(Icons.devices_other_outlined), selectedIcon: Icon(Icons.devices_other),