We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476ae9 commit 8c48619Copy full SHA for 8c48619
1 file changed
farmerapp/lib/pages/home.dart
@@ -69,12 +69,12 @@ class _MyHomePageState extends State<MyHomePage> {
69
label: 'Articles',
70
),
71
BottomNavigationBarItem(
72
- icon: Icon(Icons.publish_rounded),
73
- label: 'Produce',
+ icon: Icon(Icons.chat),
+ label: 'AI Chat',
74
75
76
- icon: Icon(Icons.task),
77
- label: 'Tasks',
+ icon: Icon(Icons.shopping_cart),
+ label: 'Marketplace',
78
79
80
icon: Icon(Icons.person),
0 commit comments