Skip to content

Commit

Permalink
fix: bookmarks folder coming soon (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanzel authored Dec 12, 2024
1 parent 5e173b9 commit ecd69a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/components/plus/PlusList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const plusFeatureList: Array<PlusItem> = [
},
{
label: 'Organize bookmarks in folders',
status: PlusItemStatus.ComingSoon,
status: PlusItemStatus.Ready,
tooltip: `Easily categorize and organize your bookmarked posts into folders, so you can find what you need quickly.`,
},
{
Expand Down

0 comments on commit ecd69a1

Please sign in to comment.