-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans: Replace compare plans Noticon with Gridicon #1280
Conversation
Can we use size 18px instead of 16px (ideally 24px)? We're trying to standardize there :) Apart from that, looks good. 👍 |
Updated. :) |
So much better! 👍 |
The code for this looks good to me. |
Plans: Replace compare plans Noticon with Gridicon
@@ -91,7 +92,8 @@ module.exports = React.createClass( { | |||
href={ this.comparePlansUrl() } | |||
className='plans-step__compare-plans-link' | |||
onClick={ this.handleComparePlansLinkClick.bind( null, 'footer' ) }> | |||
{ this.translate( 'Compare Plans' ) } | |||
<Gridicon icon="clipboard" size="18" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For good measure, the size prop should be passed as a number not a string: size={ 18 }
Side note: This should probably be componentized. cc: @scruffian