Skip to content

Commit

Permalink
Update hero-centered.php
Browse files Browse the repository at this point in the history
fixed image
  • Loading branch information
JohnPixle authored Jan 10, 2024
1 parent b60a8b1 commit 2a4a144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/hero-centered.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$quickwp_strings = apply_filters( 'quickwp_strings', array() );

$images = array(
QUICKWP_URL . 'assets/images/qwp-img-02.webp',
QUICKWP_URL . 'assets/images/qwp-img-09.webp',
);

?>
Expand Down Expand Up @@ -43,4 +43,4 @@
<figure class="wp-block-image alignwide size-full is-style-default"><img src="<?php echo esc_url( $images[0] ); ?>" alt="" class="wp-image-240"/></figure>
<!-- /wp:image -->
</div>
<!-- /wp:group -->
<!-- /wp:group -->

0 comments on commit 2a4a144

Please sign in to comment.