diff --git a/src/client/layout/AppShell.tsx b/src/client/layout/AppShell.tsx index ad9dc7b..8e77669 100644 --- a/src/client/layout/AppShell.tsx +++ b/src/client/layout/AppShell.tsx @@ -1,6 +1,12 @@ import * as React from "react"; import { Link, useLocation } from "@tanstack/react-router"; -import { ChevronsUpDown, CreditCard, Menu, User } from "lucide-react"; +import { + ChevronsUpDown, + CircleHelp, + CreditCard, + Menu, + User, +} from "lucide-react"; import { AppContent, MissingSeoSetupModal, @@ -15,6 +21,7 @@ import { BILLING_ROUTE } from "@/shared/billing"; import { getSeoApiKeyStatus } from "@/serverFunctions/config"; const DATAFORSEO_HELP_PATH = "/help/dataforseo-api-key"; +const SUPPORT_PATH = "/support"; export function AuthenticatedAppLayout({ children, @@ -142,6 +149,7 @@ function TopNav({ onOpenDrawer: () => void; }) { const projectNavItems = projectId ? getProjectNavItems(projectId) : []; + const isSupportActive = pathname === SUPPORT_PATH; return (
+ Help & Community +
++ We want to talk to you! We're super open to feedback and want to learn + how you work so we can make OpenSEO better. +
+ ++ Send ideas, problems, questions, or feedback directly. +
+ +Discord
++ Ask for help, share ideas and learn from the community. +
+ + Join the Discord + + + + + +GitHub Issues
++ Report bugs or request features on GitHub. +
+ + Open an issue + + + +