Skip to content

Commit

Permalink
Merge pull request #69 from ctessier/fix/add-alt-attribute
Browse files Browse the repository at this point in the history
fix: add alt attribute
  • Loading branch information
ctessier authored May 16, 2021
2 parents 682c2f5 + 8cbd094 commit a3c6ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/IndexField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
style="object-fit: cover;"
class="w-8 h-8"
:class="{ 'rounded-full': field.rounded, rounded: !field.rounded }"
:alt="field.name"
/>
<span v-else>&mdash;</span>
</p>
Expand Down

0 comments on commit a3c6ac8

Please sign in to comment.