Skip to content

Commit 19c377a

Browse files
authored
Fix join slack button
1 parent 06af416 commit 19c377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/License/LicensePlans.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
213213
}}
214214
>
215215
{getButton(
216-
`https://min.io/signup`,
216+
element.planType === "commercial" ? `https://min.io/signup` : `https://slack.min.io`,
217217
element.planType === "commercial" ? "Subscribe" : "Join Slack",
218218
element.planType === "commercial" ? "callAction" : "regular",
219219
)}

0 commit comments

Comments
 (0)