Skip to content

Commit

Permalink
Fix footer 'More resources' links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Sep 30, 2024
1 parent 7d6bea3 commit 53cae3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="wp-block-column">

<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1.6},"elements":{"link":{"color":{"text":"var:preset|color|blueberry-2"}}}},"textColor":"blueberry-2","className":"is-style-short-text","fontSize":"normal","fontFamily":"inter"} -->
<h3 class="wp-block-heading is-style-short-text has-blueberry-2-color has-text-color has-link-color has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:700;line-height:1.6"><a href="https://make.wordpress.org/docs/handbook/"><?php esc_html_e( 'Five for the Future', 'make-wporg' ); ?></a></h3>
<h3 class="wp-block-heading is-style-short-text has-blueberry-2-color has-text-color has-link-color has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:700;line-height:1.6"><a href="https://wordpress.org/five-for-the-future/"><?php esc_html_e( 'Five for the Future', 'make-wporg' ); ?></a></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand All @@ -41,7 +41,7 @@
<div class="wp-block-column">

<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1.6},"elements":{"link":{"color":{"text":"var:preset|color|blueberry-2"}}}},"textColor":"blueberry-2","className":"is-style-short-text","fontSize":"normal","fontFamily":"inter"} -->
<h3 class="wp-block-heading is-style-short-text has-blueberry-2-color has-text-color has-link-color has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:700;line-height:1.6"><a href="https://make.wordpress.org/core/handbook/"><?php esc_html_e( 'Contributor Handbook', 'make-wporg' ); ?></a></h3>
<h3 class="wp-block-heading is-style-short-text has-blueberry-2-color has-text-color has-link-color has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:700;line-height:1.6"><a href="https://make.wordpress.org/handbook/"><?php esc_html_e( 'Contributor Handbook', 'make-wporg' ); ?></a></h3>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down

0 comments on commit 53cae3d

Please sign in to comment.