Skip to content

Commit

Permalink
Refinance Student Loans Section
Browse files Browse the repository at this point in the history
Fixes #506
  • Loading branch information
SteveJonesDev committed Oct 24, 2023
1 parent 67bc38f commit 9462d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function eqd_single_after_entry_content() {
<td>
<div class="td_content">
<img src="<?php echo $logo_image['url']; ?>" alt="<?php echo $logo_image['alt']; ?>">
<button class="btn-text modal-btn" data-modal="modal_disclosure_<?php echo get_row_index(); ?>" aria-label="Disclosures for <?php echo get_sub_field( 'lender_name' ); ?>">Disclosures<sup><?php echo get_row_index(); ?></sup></button>
<button class="btn-text modal-btn" data-modal="modal_disclosure_<?php echo get_row_index(); ?>" aria-label="Disclosures for <?php echo get_sub_field( 'lender_name' ); ?>">Disclosures</button>
</div>
</td>
<td>
Expand Down

0 comments on commit 9462d34

Please sign in to comment.