We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215cf56 commit 9ca8d68Copy full SHA for 9ca8d68
1 file changed
app/lib/widgets/app_drawer.dart
@@ -29,7 +29,7 @@ class AppDrawer extends StatelessWidget {
29
DrawerItemData(
30
icon: Icons.account_balance_wallet, label: 'Wallet', tabIndex: 2),
31
32
- icon: Icons.account_balance_wallet, label: 'Farming', tabIndex: 3),
+ icon: Icons.storage, label: 'Farming', tabIndex: 3),
33
DrawerItemData(icon: Icons.how_to_vote_outlined, label: 'Dao', tabIndex: 4),
34
DrawerItemData(icon: Icons.person, label: 'Identity', tabIndex: 5),
35
DrawerItemData(icon: Icons.settings, label: 'Settings', tabIndex: 6),
0 commit comments