Skip to content

Commit 8c48619

Browse files
committed
Update bottom navigation icons and labels
1 parent 8476ae9 commit 8c48619

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

farmerapp/lib/pages/home.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ class _MyHomePageState extends State<MyHomePage> {
6969
label: 'Articles',
7070
),
7171
BottomNavigationBarItem(
72-
icon: Icon(Icons.publish_rounded),
73-
label: 'Produce',
72+
icon: Icon(Icons.chat),
73+
label: 'AI Chat',
7474
),
7575
BottomNavigationBarItem(
76-
icon: Icon(Icons.task),
77-
label: 'Tasks',
76+
icon: Icon(Icons.shopping_cart),
77+
label: 'Marketplace',
7878
),
7979
BottomNavigationBarItem(
8080
icon: Icon(Icons.person),

0 commit comments

Comments
 (0)