Skip to content

Commit

Permalink
fix(blog card): add alt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrobinson committed Nov 24, 2024
1 parent 34e0442 commit 2fbc5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/blog-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
fit="cover"
loading="lazy"
sizes="xs:100vw sm:50vw md:33vw lg:33vw xl:33vw"
:alt="name"
:img-attrs="{
style: {
'object-fit': 'cover',
Expand Down

0 comments on commit 2fbc5a1

Please sign in to comment.