diff --git a/client/my-sites/site-settings/form-general.jsx b/client/my-sites/site-settings/form-general.jsx index d580fe387eac0..f6d95e5e43012 100644 --- a/client/my-sites/site-settings/form-general.jsx +++ b/client/my-sites/site-settings/form-general.jsx @@ -17,7 +17,10 @@ var Card = require( 'components/card' ), protectForm = require( 'lib/mixins/protect-form' ), notices = require( 'notices' ), analytics = require( 'analytics' ), - dirtyLinkedState = require( 'lib/mixins/dirty-linked-state' ); + dirtyLinkedState = require( 'lib/mixins/dirty-linked-state' ), + Button = require( 'components/button' ), + Gridicon = require( 'components/gridicon' ), + FormInput = require( 'components/forms/form-text-input' ); module.exports = React.createClass( { @@ -82,30 +85,33 @@ module.exports = React.createClass( { siteOptions: function() { return ( -
- - -

{ this.translate( 'In a few words, explain what this site is about.' ) }

- - - -
+
+
+ + +
+
+ + +

{ this.translate( 'In a few words, explain what this site is about.' ) }

+
+
); }, @@ -120,13 +126,13 @@ module.exports = React.createClass( { if ( config.isEnabled( 'upgrades/domain-search' ) ) { customAddress = ( - - { this.translate( 'Add a custom address', { context: 'Site address, domain' } ) } - + { this.translate( 'Add a Custom Address', { context: 'Site address, domain' } ) } + ); addressDescription = @@ -144,7 +150,7 @@ module.exports = React.createClass( { } return ( -
+
@@ -198,9 +204,6 @@ module.exports = React.createClass( { return (
- - { this.translate( 'Site Visibility' ) } -