Skip to content

Commit

Permalink
LRAC-11620 - [F] Remove A/B Test option to start free trial workspace…
Browse files Browse the repository at this point in the history
… on DXP side
  • Loading branch information
ilzamcmed authored and brianchandotcom committed Aug 13, 2022
1 parent 40cfbc1 commit 7028010
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import PropTypes from 'prop-types';
import React from 'react';

export default function ConnectToAC({
analyticsCloudTrialURL,
analyticsURL,
isAnalyticsConnected,
hideAnalyticsReportsPanelURL,
Expand Down Expand Up @@ -75,19 +74,6 @@ export default function ConnectToAC({
)}
</p>

<ClayLink
button={true}
displayType="secondary"
href={analyticsCloudTrialURL}
target="_blank"
>
{Liferay.Language.get('start-free-trial')}

<span className="inline-item inline-item-after">
<ClayIcon symbol="shortcut" />
</span>
</ClayLink>

<ClayLink
className="d-block font-weight-bold mb-2 mt-5"
onClick={onHideAnalyticsReportsPanelClick}
Expand All @@ -106,7 +92,6 @@ export default function ConnectToAC({
}

ConnectToAC.propTypes = {
analyticsCloudTrialURL: PropTypes.string.isRequired,
analyticsURL: PropTypes.string.isRequired,
hideAnalyticsReportsPanelURL: PropTypes.string.isRequired,
isAnalyticsConnected: PropTypes.bool.isRequired,
Expand Down

0 comments on commit 7028010

Please sign in to comment.