fix(contact): restore aligned = spacing in contact-info block
This commit is contained in:
@@ -13,8 +13,8 @@ namespace CWC;
|
|||||||
|
|
||||||
$info = get_field( 'contact_info', 'option' );
|
$info = get_field( 'contact_info', 'option' );
|
||||||
$address = $info['address'] ?? '';
|
$address = $info['address'] ?? '';
|
||||||
$email = $info['email'] ?? '';
|
$email = $info['email'] ?? '';
|
||||||
$phone = $info['phone'] ?? '';
|
$phone = $info['phone'] ?? '';
|
||||||
|
|
||||||
$classes = 'contact-info';
|
$classes = 'contact-info';
|
||||||
$wrapper = blockWrapperAttributes( $classes, $is_preview );
|
$wrapper = blockWrapperAttributes( $classes, $is_preview );
|
||||||
|
|||||||
Reference in New Issue
Block a user