Skip to content

Commit eb495af

Browse files
committed
Update from aria-label to title attribute for button
1 parent 2343827 commit eb495af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/themes/mitlib-child/inc/content-front.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div>
4444
<h3><?php the_title(); ?></h3>
4545
<?php custom_excerpt( 20, '...' ); ?>
46-
<a class="btn btn-secondary" aria-label="Read more about <?php the_title(); ?>" href="<?php echo esc_url( the_permalink() ); ?>">Read more</a>
46+
<a class="btn btn-secondary" title="Read more about <?php the_title(); ?>" href="<?php echo esc_url( the_permalink() ); ?>">Read more</a>
4747
</div>
4848
</aside>
4949

0 commit comments

Comments
 (0)