Skip to content

Commit

Permalink
fix(molecules): add alt tags on img
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 1, 2024
1 parent 65f761e commit f7aed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/molecules/partners/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const props = withDefaults(defineProps<PartnerProps>(), {
rel="noopener noreferrer"
class="link external partner-logo flex items-center h-full justify-center"
>
<img :src="partner.src" :style="partner.style" />
<img :src="partner.src" :style="partner.style" :alt="partner.title" />
</a>
</div>
</div>
Expand Down

0 comments on commit f7aed94

Please sign in to comment.