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

Commit

Permalink
Capitalization Consistency
Browse files Browse the repository at this point in the history
In this PR, I've made a revision to maintain a consistent capitalization style within the section headings. The headings "Continuous Support," "App Access," "Consulting," and "Project Management" originally utilized title case, while "Renovation and restoration" was in sentence case. 

I've harmonized the capitalization style by updating to "Renovation and Restoration".
  • Loading branch information
SavPhill authored Oct 27, 2023
1 parent 61a733f commit f95a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/text-feature-grid-3-col.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}}} -->
<div class="wp-block-column">
<!-- wp:heading {"textAlign":"left","level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"className":"is-style-asterisk","fontSize":"medium","fontFamily":"body"} -->
<h3 class="wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size" style="font-style:normal;font-weight:600"><?php echo esc_html_x( 'Renovation and restoration', 'Sample feature heading', 'twentytwentyfour' ); ?></h3>
<h3 class="wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size" style="font-style:normal;font-weight:600"><?php echo esc_html_x( 'Renovation and Restoration', 'Sample feature heading', 'twentytwentyfour' ); ?></h3>
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"left"} -->
Expand Down

0 comments on commit f95a3bf

Please sign in to comment.