We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ee1a2 commit 335cd35Copy full SHA for 335cd35
web_src/js/components/RepoContributors.vue
@@ -396,7 +396,7 @@ export default {
396
<div class="ui top attached header tw-flex tw-flex-1">
397
<b class="ui right">#{{ index + 1 }}</b>
398
<a :href="contributor.home_link">
399
- <img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="{{ contributor.name }}">
+ <img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="">
400
</a>
401
<div class="tw-ml-2">
402
<a v-if="contributor.home_link !== ''" :href="contributor.home_link"><h4>{{ contributor.name }}</h4></a>
0 commit comments