fix: use new mobile vector for pull quote
Swap pullquote-mobile-linework.png for the artist-supplied mobile-pullquote-vector.svg at the existing pull-quote__vector--mobile slot. Update the visual snapshots to match the new artwork.
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 60 KiB |
@@ -32,7 +32,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
|||||||
<?php if ( $quote_bg ) : ?>
|
<?php if ( $quote_bg ) : ?>
|
||||||
<img class="pull-quote__vector--bg" src="<?php echo esc_url( $quote_bg['url'] ); ?>" alt="" loading="lazy" role="presentation" />
|
<img class="pull-quote__vector--bg" src="<?php echo esc_url( $quote_bg['url'] ); ?>" alt="" loading="lazy" role="presentation" />
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<img class="pull-quote__vector--mobile" src="<?php echo esc_url( get_theme_file_uri( '/static/img/pullquote-mobile-linework.png' ) ); ?>" alt="" loading="lazy" role="presentation" />
|
<img class="pull-quote__vector--mobile" src="<?php echo esc_url( get_theme_file_uri( '/static/img/mobile-pullquote-vector.svg' ) ); ?>" alt="" loading="lazy" role="presentation" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container wider pull-quote__content">
|
<div class="container wider pull-quote__content">
|
||||||
|
|||||||
Reference in New Issue
Block a user