We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248d019 commit d021e12Copy full SHA for d021e12
lib/page/common/sidebar.dart
@@ -232,7 +232,7 @@ class _SidebarMenuState extends State<SidebarMenu> {
232
_navigateTo('ProfilePage');
233
}),
234
_menuListRowButton('Lists', icon: AppIcon.lists),
235
- _menuListRowButton('Bookamrks', icon: AppIcon.bookmark),
+ _menuListRowButton('Bookmark', icon: AppIcon.bookmark),
236
_menuListRowButton('Moments', icon: AppIcon.moments),
237
_menuListRowButton('Fwitter ads', icon: AppIcon.twitterAds),
238
Divider(),
0 commit comments