feature: Mobile homepage updates
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-06-16 06:38:17 -05:00
parent ffaecf2874
commit 743aef0eec
7 changed files with 310 additions and 16 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
<?php if ( $blog_url ) : ?>
<div class="recent-posts__footer">
<a class="recent-posts__blog-link button" href="<?php echo esc_url( $blog_url ); ?>" data-button-color="secondary" data-button-variant="outline">
<?php echo esc_html__( 'View Blog', 'cwc' ); ?>
<?php echo esc_html__( 'View All News', 'cwc' ); ?>
</a>
</div>
<?php endif; ?>