From 97faa72dd0ca70153efed159bfc4eeab328f9d15 Mon Sep 17 00:00:00 2001 From: Mary Kate Fain Date: Sat, 7 Mar 2026 20:02:34 -0600 Subject: [PATCH] Add help to initial sidebarOrder so it appears for all users including logged-out --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 3e6dc43f..ada7f5c9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -99,7 +99,7 @@ const hardcodedConfig: AppConfig = { feedIncludePodcastTrailers: false, followsFeedShowReplies: true, }, - sidebarOrder: ['feed', 'notifications', 'search', 'bookmarks', 'profile', 'photos', 'videos', 'themes', 'theme', 'settings'], + sidebarOrder: ['feed', 'notifications', 'search', 'bookmarks', 'profile', 'photos', 'videos', 'themes', 'theme', 'settings', 'help'], nip85StatsPubkey: '5f68e85ee174102ca8978eef302129f081f03456c884185d5ec1c1224ab633ea', blossomServers: ['https://blossom.ditto.pub/', 'https://blossom.dreamith.to/', 'https://blossom.primal.net/'], faviconUrl: 'https://fetch.ditto.pub/favicon/{hostname}',