diff --git a/_inc/client/at-a-glance/akismet.jsx b/_inc/client/at-a-glance/akismet.jsx index 121c8bf857b85..cbae14b295f95 100644 --- a/_inc/client/at-a-glance/akismet.jsx +++ b/_inc/client/at-a-glance/akismet.jsx @@ -101,6 +101,7 @@ const DashAkismet = React.createClass( { status="is-warning" statusText={ __( 'Invalid Key' ) } pro={ true } + siteAdminUrl={ this.props.siteAdminUrl } >

{ diff --git a/_inc/client/at-a-glance/plugins.jsx b/_inc/client/at-a-glance/plugins.jsx index a930476a9f9c1..159a09f9aad60 100644 --- a/_inc/client/at-a-glance/plugins.jsx +++ b/_inc/client/at-a-glance/plugins.jsx @@ -54,7 +54,10 @@ const DashPluginUpdates = React.createClass( { + status="is-warning" + siteRawUrl={ this.props.siteRawUrl } + siteAdminUrl={ this.props.siteAdminUrl } + >

{ __( '%(number)s plugin', '%(number)s plugins', { diff --git a/_inc/client/components/dash-item/index.jsx b/_inc/client/components/dash-item/index.jsx index 74c791b733947..6715989f4ff01 100644 --- a/_inc/client/components/dash-item/index.jsx +++ b/_inc/client/components/dash-item/index.jsx @@ -70,13 +70,17 @@ const DashItem = React.createClass( { if ( 'manage' === this.props.module ) { if ( 'is-warning' === this.props.status ) { toggle = ( - - { __( 'Updates Needed' ) } - + + + { __( 'Updates Needed' ) } + + ); } if ( 'is-working' === this.props.status ) { @@ -95,7 +99,7 @@ const DashItem = React.createClass( { ; - toggle = ; + toggle = ; } return ( diff --git a/_inc/client/components/dash-item/style.scss b/_inc/client/components/dash-item/style.scss index 129ab7881bd8b..58d4f4330765d 100644 --- a/_inc/client/components/dash-item/style.scss +++ b/_inc/client/components/dash-item/style.scss @@ -1,5 +1,5 @@ .jp-dash-item { - a { + .jp-dash-item__content a { font-style: italic; } .dops-section-header__card-badge .dops-button { diff --git a/_inc/client/main.jsx b/_inc/client/main.jsx index cd430ababd5ec..e3b6a4a890554 100644 --- a/_inc/client/main.jsx +++ b/_inc/client/main.jsx @@ -159,7 +159,7 @@ const Main = React.createClass( { break; case '/security': navComponent = ; - pageComponent = ; + pageComponent = ; break; case '/appearance': navComponent = ; diff --git a/_inc/client/pro-status/index.jsx b/_inc/client/pro-status/index.jsx index 049b36217fc06..b975e928e8ad4 100644 --- a/_inc/client/pro-status/index.jsx +++ b/_inc/client/pro-status/index.jsx @@ -70,14 +70,16 @@ const ProStatus = React.createClass( { if ( 'akismet' === feature ) { const akismetData = this.props.getAkismetData(); if ( 'invalid_key' === akismetData ) { - return( - - { __( 'Invalid Key' ) } - + return ( + + + { __( 'Invalid Key' ) } + + ); } } diff --git a/_inc/client/search/index.jsx b/_inc/client/search/index.jsx index b7398494dc11d..cbf24fc09ca1a 100644 --- a/_inc/client/search/index.jsx +++ b/_inc/client/search/index.jsx @@ -108,7 +108,7 @@ export const SearchResults = ( { module: element[0], configure_url: '' }; - toggle = ; + toggle = ; // Add a "pro" button next to the header title element[1] = diff --git a/_inc/client/security/index.jsx b/_inc/client/security/index.jsx index d325379325747..cea71e1e8133a 100644 --- a/_inc/client/security/index.jsx +++ b/_inc/client/security/index.jsx @@ -69,7 +69,7 @@ export const Page = ( props ) => { module: element[0], configure_url: '' }; - toggle = ; + toggle = ; // Add a "pro" button next to the header title element[1] =