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 19c377a commit b61723fCopy full SHA for b61723f
web-app/src/screens/Console/License/LicensePlans.tsx
@@ -213,7 +213,9 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
213
}}
214
>
215
{getButton(
216
- element.planType === "commercial" ? `https://min.io/signup` : `https://slack.min.io`,
+ 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