From b5a15abd07fa6ff4f61ad62d691d6cd53ff71343 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Mon, 14 Aug 2023 19:24:27 +0300 Subject: [PATCH] Remove duplicate ref=op on License page buttons (#1724) --- web-app/src/screens/Console/License/LicensePlans.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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",