Skip to content

Commit

Permalink
chore: Remove the testing navigation item
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 4, 2024
1 parent 36273c8 commit 89b6830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/navigation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ final List<NavigationItem> navigationItems = [
(context) => S.of(context).about,
'/settings/about',
),
NavigationItem((_) => 'Test', '/settings/test'),
// NavigationItem((_) => 'Test', '/settings/test'),
],
),
],
Expand Down

0 comments on commit 89b6830

Please sign in to comment.