fix(contact): restore aligned = spacing in contact-info block

This commit is contained in:
Keith Solomon
2026-07-04 15:41:17 -05:00
parent 634635f726
commit 9d1a5f8b81
+2 -2
View File
@@ -13,8 +13,8 @@ namespace CWC;
$info = get_field( 'contact_info', 'option' );
$address = $info['address'] ?? '';
$email = $info['email'] ?? '';
$phone = $info['phone'] ?? '';
$email = $info['email'] ?? '';
$phone = $info['phone'] ?? '';
$classes = 'contact-info';
$wrapper = blockWrapperAttributes( $classes, $is_preview );