Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _inc/client/discussion/subscriptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Subscriptions = moduleSettingsForm(
{
( isSubscriptionsActive || ! unavailableInDevMode ) && (
<p>
<ExternalLink className="jp-module-settings__external-link" icon={ true } iconSize={ 16 } href={ 'https://wordpress.com/people/email-followers/' + this.props.siteRawUrl }>{ __( 'View your Email Followers' ) }</ExternalLink>
<ExternalLink className="jp-module-settings__external-link" href={ 'https://wordpress.com/people/email-followers/' + this.props.siteRawUrl }>{ __( 'View your Email Followers' ) }</ExternalLink>
</p>
)
}
Expand Down
2 changes: 1 addition & 1 deletion _inc/client/security/backups-scan.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const BackupsScan = moduleSettingsForm(
{
! this.props.isUnavailableInDevMode( 'backups' ) && (
<p>
<ExternalLink className="jp-module-settings__external-link" icon={ true } iconSize={ 16 } href="https://dashboard.vaultpress.com/" >{ __( 'Configure your Security Scans' ) }</ExternalLink>
<ExternalLink className="jp-module-settings__external-link" href="https://dashboard.vaultpress.com/" >{ __( 'Configure your Security Scans' ) }</ExternalLink>
</p>
)
}
Expand Down
2 changes: 1 addition & 1 deletion _inc/client/traffic/seo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const SEO = moduleSettingsForm(
{
! this.props.isUnavailableInDevMode( 'seo-tools' ) && (
<p>
<ExternalLink className="jp-module-settings__external-link" icon={ true } iconSize={ 16 } href={ this.props.configureUrl }>{ __( 'Configure your SEO settings.' ) }</ExternalLink>
<ExternalLink className="jp-module-settings__external-link" href={ this.props.configureUrl }>{ __( 'Configure your SEO settings' ) }</ExternalLink>
</p>
)
}
Expand Down