File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
portal-ui/src/screens/Console/License Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,6 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
325
325
}
326
326
} , [ isSmallScreen , currentPlan ] ) ;
327
327
328
- const linkTracker = `?ref=con` ;
329
-
330
328
const featureList = FEATURE_ITEMS ;
331
329
return (
332
330
< Fragment >
@@ -609,7 +607,7 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
609
607
} ) }
610
608
< Box className = "button-box" >
611
609
{ getButton (
612
- `https://slack.min.io${ linkTracker } ` ,
610
+ `https://slack.min.io` ,
613
611
"Join Slack" ,
614
612
"regular" ,
615
613
LICENSE_PLANS . COMMUNITY ,
@@ -653,7 +651,7 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
653
651
654
652
< Box className = "button-box" >
655
653
{ getButton (
656
- `https://min.io/signup${ linkTracker } ` ,
654
+ `https://min.io/signup` ,
657
655
! PAID_PLANS . includes ( currentPlan )
658
656
? "Subscribe"
659
657
: "Login to SUBNET" ,
@@ -708,7 +706,7 @@ const LicensePlans = ({ licenseInfo }: IRegisterStatus) => {
708
706
} ) }
709
707
< Box className = "button-box" >
710
708
{ getButton (
711
- `https://min.io/signup${ linkTracker } ` ,
709
+ `https://min.io/signup` ,
712
710
! PAID_PLANS . includes ( currentPlan )
713
711
? "Subscribe"
714
712
: "Login to SUBNET" ,
You can’t perform that action at this time.
0 commit comments