Skip to content

Commit

Permalink
Add a link to the help page into the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jan 14, 2025
1 parent b5f63ec commit 70c59b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/http/chan_.pike
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ constant sidebar_menu = ({
({"*integrations", "Integrations"}),
({"*snoozeads", "Ads and snoozes"}),
({"*errors", "Error log <span id=errcnt></span>"}),
({"*help", "Help"}),
//TODO: Hype train, raid finder, emote showcase
});
array sidebar_modmenu = map(sidebar_menu) {return ({__ARGS__[0][0] - "*", __ARGS__[0][1]});};
Expand Down

0 comments on commit 70c59b8

Please sign in to comment.