diff --git a/web/components/workspace/workspace-active-cycles-upgrade.tsx b/web/components/workspace/workspace-active-cycles-upgrade.tsx index 5e577b4e8..8071a2394 100644 --- a/web/components/workspace/workspace-active-cycles-upgrade.tsx +++ b/web/components/workspace/workspace-active-cycles-upgrade.tsx @@ -6,6 +6,7 @@ import { Crown } from "lucide-react"; // ui import { getButtonStyling } from "@plane/ui"; // constants +import { MARKETING_PRICING_PAGE_LINK } from "@/constants/common"; import { WORKSPACE_ACTIVE_CYCLES_DETAILS } from "@/constants/cycle"; // helper import { cn } from "@/helpers/common.helper"; @@ -38,7 +39,7 @@ export const WorkspaceActiveCyclesUpgrade = observer(() => {