Skip to content

Commit d021e12

Browse files
committed
✏️ Fixed typo
1 parent 248d019 commit d021e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/page/common/sidebar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class _SidebarMenuState extends State<SidebarMenu> {
232232
_navigateTo('ProfilePage');
233233
}),
234234
_menuListRowButton('Lists', icon: AppIcon.lists),
235-
_menuListRowButton('Bookamrks', icon: AppIcon.bookmark),
235+
_menuListRowButton('Bookmark', icon: AppIcon.bookmark),
236236
_menuListRowButton('Moments', icon: AppIcon.moments),
237237
_menuListRowButton('Fwitter ads', icon: AppIcon.twitterAds),
238238
Divider(),

0 commit comments

Comments
 (0)