From 18b2c52d60e78ed6efa9fd1d62c743d7343935ef Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Thu, 23 Nov 2023 16:14:51 +0200 Subject: [PATCH] Update Block_Patterns.php --- inc/Block_Patterns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Block_Patterns.php b/inc/Block_Patterns.php index db418ab..1e72888 100644 --- a/inc/Block_Patterns.php +++ b/inc/Block_Patterns.php @@ -66,7 +66,7 @@ private function setup_properties() { 'raft/features' => array( 'label' => __( 'Features', 'raft' ) ), 'raft/content' => array( 'label' => __( 'Content', 'raft' ) ), 'raft/testimonials' => array( 'label' => __( 'Testimonials', 'raft' ) ), - 'raft/team' => array( 'label' => __( 'Team', 'raft' ) ), + 'raft/team' => array( 'label' => __( 'Team', 'raft' ) ), 'raft/pricing' => array( 'label' => __( 'Pricing', 'raft' ) ), 'raft/call_to_action' => array( 'label' => __( 'Call to Action', 'raft' ) ), 'raft/singles' => array( 'label' => __( 'Singles', 'raft' ) ),