Skip to content

Commit

Permalink
move people page before profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
IoanaAlexandru committed Sep 16, 2020
1 parent d523ab5 commit 0e9b070
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/navigation/bottom_navigation_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ class _AppBottomNavigationBarState extends State<AppBottomNavigationBar>
iconMargin: EdgeInsets.all(0),
),
Tab(
icon: Icon(Icons.person),
text: S.of(context).navigationProfile,
icon: Icon(Icons.people),
text: S.of(context).navigationPeople,
iconMargin: EdgeInsets.all(0),
),
Tab(
icon: Icon(Icons.people),
text: S.of(context).navigationPeople,
icon: Icon(Icons.person),
text: S.of(context).navigationProfile,
iconMargin: EdgeInsets.all(0),
),
],
Expand Down

0 comments on commit 0e9b070

Please sign in to comment.