Home page: Update the site tagline in header

Fixes #303
This commit is contained in:
Kelly Dwan 2024-09-10 12:56:35 -04:00
parent 21a512309f
commit 33645a3397
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -25,7 +25,7 @@
<!-- wp:site-title {"level":1,"isLink":false,"style":{"typography":{"fontSize":"50px","lineHeight":"1.2"}}} /-->
<!-- wp:paragraph {"style":{"typography":{"lineHeight":"2.3"}},"textColor":"white"} -->
<p class="has-white-color has-text-color" style="line-height:2.3">WordPress fuels more than a third of the web. Are you a part of it?</p>
<p class="has-white-color has-text-color" style="line-height:2.3"><?php esc_html_e( 'Commit to the future of WordPress and the open web.', 'wporg-5ftf' ); ?></p>
<!-- /wp:paragraph -->
</div>