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 0dc8372c89122..832cbf728258f 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 b3d93bc860860..54a9b8a63ff40 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 4fd02e95fb59c..2c28ede885705 100644 --- a/_inc/client/main.jsx +++ b/_inc/client/main.jsx @@ -176,7 +176,7 @@ const Main = React.createClass( { break; case '/security': navComponent = ; - pageComponent = ; + pageComponent = ; break; case '/traffic': 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 c341cbf1e2b8d..2ae5de90046f8 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 7e4992a4e9483..480ec38dbd0c5 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] =