Skip to content

Commit

Permalink
Changed Text tab name to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Nov 8, 2024
1 parent ea8b582 commit 61fed26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BottomNavigationBarHomePage extends StatelessWidget {
BottomNavigationBarItem(
activeIcon: Icon(Icons.text_snippet),
icon: Icon(Icons.text_snippet),
label: 'Text',
label: 'Notes',
),
],
);
Expand Down

0 comments on commit 61fed26

Please sign in to comment.