Skip to content

Commit

Permalink
revert: Remove forum option from app (#16604)
Browse files Browse the repository at this point in the history
Revert "chore: Remove forum option from app (#16527)"

This reverts commit b70759f.

Co-authored-by: Michael Matloka <[email protected]>
  • Loading branch information
mariusandra and Twixes authored Jul 17, 2023
1 parent 53e82ed commit 813e7ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/src/lib/components/HelpButton/HelpButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
IconArrowDropDown,
IconArticle,
IconHelpOutline,
IconQuestionAnswer,
IconMessages,
IconFlare,
IconLive,
Expand Down Expand Up @@ -116,6 +117,16 @@ export function HelpButton({
},
showSupportOptions && {
items: [
{
label: 'Ask on the forum',
icon: <IconQuestionAnswer />,
onClick: () => {
reportHelpButtonUsed(HelpType.Slack)
hideHelp()
},
to: `https://posthog.com/questions${HELP_UTM_TAGS}`,
targetBlank: true,
},
{
label: 'Report a bug',
icon: <IconBugReport />,
Expand Down

0 comments on commit 813e7ae

Please sign in to comment.