Skip to content

Commit

Permalink
refactor: fix alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Jan 16, 2025
1 parent 997c808 commit c19953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServiceItem.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import BiWorld from '../images/link_icon.svg';
<div>
<img
class="mb-2"
alt={`${title} link`}
alt={`${title} thumbnail`}
src={thumbnailSrc}
width={100}
height={100}
Expand Down

0 comments on commit c19953e

Please sign in to comment.