Skip to content

Commit

Permalink
Remove consent text className. Use of SMALL is sufficient styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Feb 11, 2019
1 parent e712837 commit 6961def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/blocks/mailchimp/mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function jetpack_mailchimp_block_load_assets( $attr ) {
<button type="submit" class="components-button is-button is-primary">
<?php echo esc_html( $values['submitLabel'] ); ?>
</button>
<p class="wp-block-jetpack-mailchimp_consent-text">
<p>
<small>
<?php echo esc_html( $values['consentText'] ); ?>
</small>
Expand Down

0 comments on commit 6961def

Please sign in to comment.