This commit is contained in:
@@ -30,6 +30,11 @@ class _MainBottomNavbarState extends State<MainBottomNavbar> {
|
||||
label: context.lang.home,
|
||||
tooltip: context.lang.home,
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: HugeIcon(icon: HugeIcons.strokeRoundedBorderFull),
|
||||
label: context.lang.order,
|
||||
tooltip: context.lang.order,
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: HugeIcon(icon: HugeIcons.strokeRoundedChart03),
|
||||
label: context.lang.report,
|
||||
|
||||
Reference in New Issue
Block a user