diff --git a/web-app/src/screens/Console/License/LicensePlans.tsx b/web-app/src/screens/Console/License/LicensePlans.tsx index 3231e93209..ad3fbbfbf3 100644 --- a/web-app/src/screens/Console/License/LicensePlans.tsx +++ b/web-app/src/screens/Console/License/LicensePlans.tsx @@ -213,7 +213,9 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => { }} > {getButton( - `https://min.io/signup`, + element.planType === "commercial" + ? `https://min.io/signup` + : `https://slack.min.io`, element.planType === "commercial" ? "Subscribe" : "Join Slack", element.planType === "commercial" ? "callAction" : "regular", )}