-
-
-
- Create workspace
-
-
{userLinks(workspaceSlug?.toString() ?? "").map(
(link, index) =>
allowPermissions(link.access, EUserPermissionsLevel.WORKSPACE) && (
diff --git a/web/core/components/workspace/sidebar/help-section.tsx b/web/core/components/workspace/sidebar/help-section.tsx
index 5570b5727a0..ed3dcd6dd93 100644
--- a/web/core/components/workspace/sidebar/help-section.tsx
+++ b/web/core/components/workspace/sidebar/help-section.tsx
@@ -15,7 +15,6 @@ import { useAppTheme, useCommandPalette, useInstance, useTransient, useUserSetti
import { usePlatformOS } from "@/hooks/use-platform-os";
// plane web components
import { PlaneVersionNumber } from "@/plane-web/components/global";
-import { WorkspaceEditionBadge } from "@/plane-web/components/workspace";
import { ENABLE_LOCAL_DB_CACHE } from "@/plane-web/constants/issues";
export interface WorkspaceHelpSectionProps {
@@ -52,123 +51,9 @@ export const SidebarHelpSection: React.FC
= observer(
}
)}
>
+
-
-
-
-
-
- }
- customButtonClassName={`relative grid place-items-center rounded-md p-1.5 outline-none ${isCollapsed ? "w-full" : ""}`}
- menuButtonOnClick={() => !isNeedHelpOpen && setIsNeedHelpOpen(true)}
- onMenuClose={() => setIsNeedHelpOpen(false)}
- placement={isCollapsed ? "left-end" : "top-end"}
- maxHeight="lg"
- closeOnSelect
- >
-
-
-
- Documentation
-
-
- {config?.intercom_app_id && config?.is_intercom_enabled && (
-
-
-
- )}
-
-
-
- Contact sales
-
-
-
- {ENABLE_LOCAL_DB_CACHE && (
-
- {
- e.preventDefault();
- e.stopPropagation();
- }}
- className="flex w-full items-center justify-between text-xs hover:bg-custom-background-80"
- >
- Local Cache
- toggleLocalDB(workspaceSlug?.toString(), projectId?.toString())}
- />
-
-
- )}
-
-
-
-
-
-
-
-
- Discord
-
-
-
-
-
-
-
-
-