Add help to initial sidebarOrder so it appears for all users including logged-out

This commit is contained in:
Mary Kate Fain
2026-03-07 20:02:34 -06:00
parent 753fc76e1e
commit 97faa72dd0
+1 -1
View File
@@ -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}',