Skip to content

Commit e564cb8

Browse files
committed
💄 Update icon for custom page.
1 parent d0da62c commit e564cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/pages/home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class _HomePageState extends State<HomePage> {
128128
title: Text('Single'),
129129
),
130130
BottomNavigationBarItem(
131-
icon: Icon(Icons.photo),
131+
icon: Icon(Icons.explore),
132132
// ignore: deprecated_member_use
133133
title: Text('Custom'),
134134
),

0 commit comments

Comments
 (0)