Skip to content

Commit 8b9c2b1

Browse files
committed
Remove CrowdsignalOauthMasterbar and references/use in logged-out
1 parent bd4d062 commit 8b9c2b1

File tree

4 files changed

+0
-197
lines changed

4 files changed

+0
-197
lines changed

client/layout/masterbar/crowdsignal.jsx

Lines changed: 0 additions & 74 deletions
This file was deleted.

client/layout/masterbar/crowdsignal.scss

Lines changed: 0 additions & 106 deletions
This file was deleted.

client/layout/masterbar/oauth-client.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ import PropTypes from 'prop-types';
44
import A4ALogo from 'calypso/a8c-for-agencies/components/a4a-logo';
55
import JetpackLogo from 'calypso/components/jetpack-logo';
66
import {
7-
isCrowdsignalOAuth2Client,
87
isWooOAuth2Client,
98
isJetpackCloudOAuth2Client,
109
isA4AOAuth2Client,
1110
isBlazeProOAuth2Client,
1211
} from 'calypso/lib/oauth2-clients';
1312
import BlazeProOauthMasterbar from './blaze-pro';
14-
import CrowdsignalOauthMasterbar from './crowdsignal';
1513
import WooOauthMasterbar from './woo';
1614

1715
import './oauth-client.scss';
@@ -61,10 +59,6 @@ const DefaultOauthClientMasterbar = ( { oauth2Client } ) => (
6159
);
6260

6361
const OauthClientMasterbar = ( { oauth2Client } ) => {
64-
if ( isCrowdsignalOAuth2Client( oauth2Client ) ) {
65-
return <CrowdsignalOauthMasterbar oauth2Client={ oauth2Client } />;
66-
}
67-
6862
if ( isWooOAuth2Client( oauth2Client ) ) {
6963
return <WooOauthMasterbar />;
7064
}

client/signup/style.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ body.is-section-signup {
4141
display: none;
4242
}
4343

44-
// Force the masterbar for Crowdsignal OAuth pages
45-
.crowdsignal {
46-
.masterbar__crowdsignal {
47-
display: block;
48-
}
49-
50-
.layout__content {
51-
padding: 140px 0 0;
52-
}
53-
}
54-
5544
.layout__secondary {
5645
background: var(--color-primary);
5746
border: 0;

0 commit comments

Comments
 (0)