From ba4798deb95eab6d7b7e81f8d3e7e4620aba70f8 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 31 May 2024 17:30:50 +0530 Subject: [PATCH] chore: created new constants for marketing website page links (#4670) --- web/components/workspace/workspace-active-cycles-upgrade.tsx | 3 ++- web/constants/common.ts | 4 ++++ web/pages/[workspaceSlug]/settings/billing.tsx | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) 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(() => {