Skip to content

Commit

Permalink
restore regular homepage hero
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Dec 11, 2024
1 parent 37e15cc commit e9919e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/wp-content/themes/cncf-twenty-two/front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

get_template_part( 'components/skip-link-target' );

// get_template_part( 'components/home-hero' ); // phpcs:ignore.
get_template_part( 'components/home-hero-takeover' );
get_template_part( 'components/home-hero' );
// get_template_part( 'components/home-hero-takeover' ); // phpcs:ignore.
?>
<article class="container wrap">
<?php
Expand Down

0 comments on commit e9919e6

Please sign in to comment.