🐞 fix: Style tweaks
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 20:43:59 -05:00
parent 032e7fe0a5
commit 0d1ede3712
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,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 All News', 'cwc' ); ?>
<?php echo esc_html__( 'View Blog', 'cwc' ); ?>
</a>
</div>
<?php endif; ?>