Skip to content

Commit f2cd533

Browse files
committed
Aligned arrow correctly.
1 parent 0b7d9c3 commit f2cd533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/blocks/class-mailchimp-list-subscribe-form-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ public function register_blocks() {
6565
'default' => get_option( 'mc_subheader_content', '' ),
6666
),
6767
'list_id' => array(
68-
'type' => 'string',
68+
'type' => 'string',
6969
),
7070
'submit_text' => array(
7171
'type' => 'string',
7272
'default' => esc_html__( 'Subscribe', 'mailchimp' ),
7373
),
7474
'interest_groups_visibility' => array(
75-
'type' => 'object',
75+
'type' => 'object',
7676
),
7777
'double_opt_in' => array(
7878
'type' => 'boolean',

0 commit comments

Comments
 (0)