We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862d692 commit 8c1ecaeCopy full SHA for 8c1ecae
web-app/src/screens/Console/License/LicensePlans.tsx
@@ -213,7 +213,9 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
213
}}
214
>
215
{getButton(
216
- `https://min.io/signup`,
+ element.planType === "commercial"
217
+ ? `https://min.io/signup`
218
+ : `https://slack.min.io`,
219
element.planType === "commercial" ? "Subscribe" : "Join Slack",
220
element.planType === "commercial" ? "callAction" : "regular",
221
)}
0 commit comments