diff --git a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx index 022b8d18dfbbb..79572d18cee0c 100644 --- a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx +++ b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelSupport.tsx @@ -178,127 +178,151 @@ export const SidePanelSupport = (): JSX.Element => { -
-

- Questions about features, how to's, or use cases? There are thousands of discussions in our - community forums. -

- - Ask a question - -
- -
- -
+ +
+ +
+ + )} - {hasAvailableFeature(AvailableFeature.EMAIL_SUPPORT) ? ( + {hasAvailableFeature(AvailableFeature.EMAIL_SUPPORT) && + !hasAvailableFeature(AvailableFeature.PRIORITY_SUPPORT) ? (
{isEmailFormOpen ? ( closeEmailForm()} /> ) : ( -

- Can't find what you need in the docs?{' '} - openEmailForm()}>Email an engineer -

+ <> +

Can't find what you need in the docs?

+ openEmailForm()} type="secondary"> + Open a ticket + + )}
) : ( -
-

- Due to our large userbase, we're unable to offer email support to organizations on the - free plan. But we still want to help! -

+ !hasAvailableFeature(AvailableFeature.EMAIL_SUPPORT) && ( +
+

+ Due to our large userbase, we're unable to offer email support to organizations on + the free plan. But we still want to help! +

-
    -
  1. - Search our docs -

    - We're constantly updating our docs and tutorials to provide the latest - information about installing, using, and troubleshooting. -

    -
  2. -
  3. - Ask a community question -

    - Many common (and niche) questions have already been resolved by users just like - you. (Our own engineers also keep an eye on the questions as they have time!){' '} - - Search community questions or ask your own. - -

    -
  4. -
  5. - - Explore PostHog partners - -

    - Third-party providers can help with installation and debugging of data issues. -

    -
  6. -
  7. - Upgrade to a paid plan -

    - Our paid plans offer email support.{' '} - - Explore options. - -

    -
  8. -
-
+
    +
  1. + Search our docs +

    + We're constantly updating our docs and tutorials to provide the latest + information about installing, using, and troubleshooting. +

    +
  2. +
  3. + Ask a community question +

    + Many common (and niche) questions have already been resolved by users just + like you. (Our own engineers also keep an eye on the questions as they have + time!){' '} + + Search community questions or ask your own. + +

    +
  4. +
  5. + + Explore PostHog partners + +

    + Third-party providers can help with installation and debugging of data + issues. +

    +
  6. +
  7. + Upgrade to a paid plan +

    + Our paid plans offer email support.{' '} + + Explore options. + +

    +
  8. +
+
+ ) )}