Skip to content

Commit

Permalink
✏️ Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chandni2428 committed Nov 8, 2020
1 parent fbc7f6b commit 0ba093d
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 @@ -234,7 +234,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 0ba093d

Please sign in to comment.