Skip to content

Commit

Permalink
Merge pull request #1246 from equalizedigital/hotfix/link-refi-bank-l…
Browse files Browse the repository at this point in the history
…ogos

removed - btn class
  • Loading branch information
SteveJonesDev authored Jun 25, 2024
2 parents 0179a65 + 83baa32 commit 1b64a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-parts/blocks/vendor-repeater/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<td>
<?php if ( $company_logo ) { ?>
<h3>
<a href="<?php echo wp_kses_post( $vendor_link['url'] ); ?>" class="btn" <?php echo ! empty( $vendor_link['target'] ) ? wp_kses_post( "target='" . $vendor_link['target'] . "'" ) : ''; ?>>
<a href="<?php echo wp_kses_post( $vendor_link['url'] ); ?>" <?php echo ! empty( $vendor_link['target'] ) ? wp_kses_post( "target='" . $vendor_link['target'] . "'" ) : ''; ?>>
<img src="<?php echo wp_kses_post( $company_logo['url'] ); ?>" alt="<?php echo wp_kses_post( $company_logo['alt'] ); ?>">
</a>
</h3>
Expand Down Expand Up @@ -213,7 +213,7 @@
<tr>
<td>
<h3>
<a href="<?php echo wp_kses_post( $vendor_link['url'] ); ?>" class="btn" <?php echo ! empty( $vendor_link['target'] ) ? wp_kses_post( "target='" . $vendor_link['target'] . "'" ) : ''; ?>>
<a href="<?php echo wp_kses_post( $vendor_link['url'] ); ?>" <?php echo ! empty( $vendor_link['target'] ) ? wp_kses_post( "target='" . $vendor_link['target'] . "'" ) : ''; ?>>
<img src="<?php echo wp_kses_post( $company_logo['url'] ); ?>" alt="<?php echo wp_kses_post( $company_logo['alt'] ); ?>">
</a>
</h3>
Expand Down

0 comments on commit 1b64a09

Please sign in to comment.