diff --git a/tt1-blocks/inc/block-patterns.php b/tt1-blocks/inc/block-patterns.php index 474aef0..c9d8f9b 100644 --- a/tt1-blocks/inc/block-patterns.php +++ b/tt1-blocks/inc/block-patterns.php @@ -44,8 +44,7 @@ 'categories' => array( 'tt1-blocks' ), 'viewportWidth' => 1440, 'description' => esc_html_x( 'A huge text followed by social networks and email address links.', 'Block pattern description', 'tt1-blocks' ), - 'content' => '

' . wp_kses_post( __( 'Let’s Connect.', 'tt1-blocks' ) ) . '

', - ) + 'content' => '
', ) ); // Media & Text Article Title. diff --git a/tt1-blocks/theme.json b/tt1-blocks/theme.json index 91721c3..4134b35 100644 --- a/tt1-blocks/theme.json +++ b/tt1-blocks/theme.json @@ -333,4 +333,4 @@ "title": "Page without title" } ] -} \ No newline at end of file +}