"use client"; // ui import { getButtonStyling } from "@plane/ui"; // constants import { MARKETING_PLANE_ONE_PAGE_LINK } from "@/constants/common"; // helpers import { cn } from "@/helpers/common.helper"; type Props = { className?: string; }; export const BulkOperationsUpgradeBanner: React.FC = (props) => { const { className } = props; return (

Change state, priority, and more for several issues at once. Save three minutes on an average per operation.

Upgrade to One
); };