Browse Source

bottom word

master
Stephane 4 months ago
parent
commit
4c77552551
  1. 4
      lib/widgets/bottom_navigation.dart

4
lib/widgets/bottom_navigation.dart

@ -281,7 +281,6 @@ class AppBottomNavigation extends StatelessWidget {
),
),
const SizedBox(width: 20),
GestureDetector(
@ -351,7 +350,7 @@ class AppBottomNavigation extends StatelessWidget {
),
const SizedBox(width: 6),
Text(
'Setting',
'Settings',
style: TextStyle(
color:
selectedIndex == 8
@ -368,7 +367,6 @@ class AppBottomNavigation extends StatelessWidget {
),
),
const Spacer(),
// User Profile Section

Loading…
Cancel
Save