🔵 other: Alignment fix
Deploy to Dreamhost (dev) / build (push) Successful in 30s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 20:49:15 -05:00
parent 0d1ede3712
commit 23ed0d4096
+4 -3
View File
@@ -54,8 +54,8 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
<h2 class=""><?php echo esc_html( $heading ); ?></h2>
<?php endif; ?>
<?php if ( ! empty( $subHeading ) ) : ?>
<h3 class=""><?php echo esc_html( $subHeading ); ?></h3>
<?php if ( ! empty( $subHead ) ) : ?>
<h3 class=""><?php echo esc_html( $subHead ); ?></h3>
<?php endif; ?>
<?php if ( ! empty( $content ) ) : ?>
@@ -64,8 +64,8 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
<?php if ( ! empty( $ctas ) ) : ?>
<div class="reset flex flex-wrap justify-center lg:justify-start gap-6 mt-8">
<?php foreach ( $ctas as $cta ) : ?>
<?php
foreach ( $ctas as $cta ) :
$ctaLink = $cta['link'];
$ctaUrl = $ctaLink['url'] ?? '#';
$ctaTarget = $ctaLink['target'] ?? '_self';
@@ -80,6 +80,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
$ctaURL = '#';
}
?>
<x-button
btnclasses="button text-center"
element="a"