Skip to content

Commit

Permalink
Improve alt label text
Browse files Browse the repository at this point in the history
  • Loading branch information
bosschaert committed Sep 28, 2023
1 parent 57ba8fd commit b4cb6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/career-carousel/career-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default async function decorate(block) {
link.textContent = 'Read More '; // TODO
const arrow = document.createElement('img');
arrow.src = '/icons/angle-right-blue.svg';
arrow.alt = 'Read more';
arrow.alt = 'Go to testimonial';
arrow.classList.add('icon-angle-right-blue');
link.append(arrow);
a.append(link);
Expand Down

0 comments on commit b4cb6c2

Please sign in to comment.