diff --git a/web-app/src/screens/Console/License/LicensePlans.tsx b/web-app/src/screens/Console/License/LicensePlans.tsx index 50c7eac9e7c..e9c3e1f6582 100644 --- a/web-app/src/screens/Console/License/LicensePlans.tsx +++ b/web-app/src/screens/Console/License/LicensePlans.tsx @@ -329,8 +329,6 @@ const LicensePlans = ({ licenseInfo, operatorMode }: IRegisterStatus) => { } }, [isSmallScreen, currentPlan]); - const linkTracker = `?ref=${operatorMode ? "op" : "con"}`; - const featureList = FEATURE_ITEMS; return ( @@ -613,7 +611,7 @@ const LicensePlans = ({ licenseInfo, operatorMode }: IRegisterStatus) => { })} {getButton( - `https://slack.min.io${linkTracker}`, + `https://slack.min.io`, "Join Slack", "regular", LICENSE_PLANS.COMMUNITY, @@ -657,7 +655,7 @@ const LicensePlans = ({ licenseInfo, operatorMode }: IRegisterStatus) => { {getButton( - `https://min.io/signup${linkTracker}`, + `https://min.io/signup`, !PAID_PLANS.includes(currentPlan) ? "Subscribe" : "Login to SUBNET", @@ -712,7 +710,7 @@ const LicensePlans = ({ licenseInfo, operatorMode }: IRegisterStatus) => { })} {getButton( - `https://min.io/signup${linkTracker}`, + `https://min.io/signup`, !PAID_PLANS.includes(currentPlan) ? "Subscribe" : "Login to SUBNET",