Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #510 from troychaplin/fix/banner-book-desc-heading
Browse files Browse the repository at this point in the history
Fix/banner book desc heading

Co-authored-by: troychaplin <[email protected]>
Co-authored-by: carolinan <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
2 parents 0d8b245 + ead67cb commit 5ac16ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/banner-about-book.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<div class="wp-block-columns alignwide">
<!-- wp:column {"verticalAlignment":"center","width":""} -->
<div class="wp-block-column is-vertically-aligned-center">
<!-- wp:heading {"level":3,"className":"wp-block-heading","fontSize":"xx-large"} -->
<h3 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'About the book', 'twentytwentyfive' ); ?></h3>
<!-- wp:heading {"className":"wp-block-heading","fontSize":"xx-large"} -->
<h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'About the book', 'twentytwentyfive' ); ?></h2>
<!-- /wp:heading -->

<!-- wp:paragraph {"fontSize":"medium"} -->
Expand Down

0 comments on commit 5ac16ae

Please sign in to comment.