Skip to content

Commit

Permalink
changed: bookmark_border to bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
harljo committed Apr 4, 2024
1 parent 5fbec53 commit 37fe612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final List<NavigationPage> defaultHomePages = [
NavigationPage('feed', (c) => L10n.of(c).feed, Icons.rss_feed),
NavigationPage('subscriptions', (c) => L10n.of(c).subscriptions, Icons.subscriptions),
NavigationPage('trending', (c) => L10n.of(c).trending, Icons.trending_up),
NavigationPage('saved', (c) => L10n.of(c).saved, Icons.bookmark_border),
NavigationPage('saved', (c) => L10n.of(c).saved, Icons.bookmark),
];

class HomeScreen extends StatelessWidget {
Expand Down

0 comments on commit 37fe612

Please sign in to comment.