From 8c1ecae68a4d10d7b857c429d4e894fe604b4dc4 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:21:54 +0000 Subject: [PATCH] Fix join slack button (#3460) * Fix join slack button * run prettier on changes --- web-app/src/screens/Console/License/LicensePlans.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web-app/src/screens/Console/License/LicensePlans.tsx b/web-app/src/screens/Console/License/LicensePlans.tsx index 3231e9320..ad3fbbfbf 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", )}