Skip to content

Commit 9ca8d68

Browse files
committed
Fix farming icon
1 parent 215cf56 commit 9ca8d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/widgets/app_drawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AppDrawer extends StatelessWidget {
2929
DrawerItemData(
3030
icon: Icons.account_balance_wallet, label: 'Wallet', tabIndex: 2),
3131
DrawerItemData(
32-
icon: Icons.account_balance_wallet, label: 'Farming', tabIndex: 3),
32+
icon: Icons.storage, label: 'Farming', tabIndex: 3),
3333
DrawerItemData(icon: Icons.how_to_vote_outlined, label: 'Dao', tabIndex: 4),
3434
DrawerItemData(icon: Icons.person, label: 'Identity', tabIndex: 5),
3535
DrawerItemData(icon: Icons.settings, label: 'Settings', tabIndex: 6),

0 commit comments

Comments
 (0)