Skip to content

Commit 8a74318

Browse files
fix: fixing the failing screenshots
1 parent b391391 commit 8a74318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view/widgets/navigation_drawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class _BMDrawerState extends State<BMDrawer> {
8888
routeName: '/settings',
8989
),
9090
_buildListTile(
91-
index: 5,
91+
index: 6,
9292
assetIcon: "assets/icons/r_team.png",
9393
title: 'About Us',
9494
routeName: '/aboutUs',

0 commit comments

Comments
 (0)