Skip to content

Commit 335cd35

Browse files
committed
do not set alt to avoid break page layout
1 parent 27ee1a2 commit 335cd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoContributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export default {
396396
<div class="ui top attached header tw-flex tw-flex-1">
397397
<b class="ui right">#{{ index + 1 }}</b>
398398
<a :href="contributor.home_link">
399-
<img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="{{ contributor.name }}">
399+
<img class="ui avatar tw-align-middle" height="40" width="40" :src="contributor.avatar_link" alt="">
400400
</a>
401401
<div class="tw-ml-2">
402402
<a v-if="contributor.home_link !== ''" :href="contributor.home_link"><h4>{{ contributor.name }}</h4></a>

0 commit comments

Comments
 (0)