Fix join slack button (#3460)

* Fix join slack button

* run prettier on changes
This commit is contained in:
tnfAngel
2024-10-28 19:21:54 +00:00
committed by GitHub
parent 862d692444
commit 8c1ecae68a

View File

@@ -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",
)}