diff --git a/src/components/BookmarkList.tsx b/src/components/BookmarkList.tsx index 60cd3b3d..13343259 100644 --- a/src/components/BookmarkList.tsx +++ b/src/components/BookmarkList.tsx @@ -97,7 +97,7 @@ export const BookmarkList: React.FC = ({ { key: 'private', title: 'Private bookmarks', items: groups.privateItems }, { key: 'public', title: 'Public bookmarks', items: groups.publicItems }, { key: 'web', title: 'Web bookmarks', items: groups.web }, - { key: 'amethyst', title: 'Amethyst-style bookmarks', items: groups.amethyst } + { key: 'amethyst', title: 'Old Bookmarks (Legacy)', items: groups.amethyst } ] // Add bookmark sets as additional sections diff --git a/src/components/Me.tsx b/src/components/Me.tsx index b185a3b1..64bc4e6c 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -177,7 +177,7 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr { key: 'private', title: 'Private bookmarks', items: groups.privateItems }, { key: 'public', title: 'Public bookmarks', items: groups.publicItems }, { key: 'web', title: 'Web bookmarks', items: groups.web }, - { key: 'amethyst', title: 'Amethyst-style bookmarks', items: groups.amethyst } + { key: 'amethyst', title: 'Old Bookmarks (Legacy)', items: groups.amethyst } ] // Show content progressively - no blocking error screens