Write on the margins of the internet. Powered by the AT Protocol.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use same order, consistency

+7 -7
+7 -7
web/src/components/navigation/Sidebar.tsx
··· 50 50 badge: undefined, 51 51 }, 52 52 { 53 - icon: Bookmark, 54 - label: "Bookmarks", 55 - href: "/bookmarks", 56 - badge: undefined, 57 - }, 58 - { 59 53 icon: Highlighter, 60 54 label: "Highlights", 61 55 href: "/highlights", 56 + badge: undefined, 57 + }, 58 + { 59 + icon: Bookmark, 60 + label: "Bookmarks", 61 + href: "/bookmarks", 62 62 badge: undefined, 63 63 }, 64 64 ]; ··· 72 72 badge: unreadCount, 73 73 }, 74 74 { icon: MessageSquareText, label: "Annotations", href: "/annotations" }, 75 - { icon: Bookmark, label: "Bookmarks", href: "/bookmarks" }, 76 75 { icon: Highlighter, label: "Highlights", href: "/highlights" }, 76 + { icon: Bookmark, label: "Bookmarks", href: "/bookmarks" }, 77 77 { icon: Folder, label: "Collections", href: "/collections" }, 78 78 ]; 79 79