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 06af416 commit 19c377aCopy full SHA for 19c377a
web-app/src/screens/Console/License/LicensePlans.tsx
@@ -213,7 +213,7 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
213
}}
214
>
215
{getButton(
216
- `https://min.io/signup`,
+ element.planType === "commercial" ? `https://min.io/signup` : `https://slack.min.io`,
217
element.planType === "commercial" ? "Subscribe" : "Join Slack",
218
element.planType === "commercial" ? "callAction" : "regular",
219
)}
0 commit comments