Skip to content

Commit

Permalink
✏️ Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Jul 17, 2020
1 parent 248d019 commit d021e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/common/sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class _SidebarMenuState extends State<SidebarMenu> {
_navigateTo('ProfilePage');
}),
_menuListRowButton('Lists', icon: AppIcon.lists),
_menuListRowButton('Bookamrks', icon: AppIcon.bookmark),
_menuListRowButton('Bookmark', icon: AppIcon.bookmark),
_menuListRowButton('Moments', icon: AppIcon.moments),
_menuListRowButton('Fwitter ads', icon: AppIcon.twitterAds),
Divider(),
Expand Down

0 comments on commit d021e12

Please sign in to comment.