diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index aa984a1..69c22c4 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -7,6 +7,7 @@ class="rounded-circle user-avatar border border-3 w-px-40" :src="`${baseUrl}upload/img/profile/${data.localVote.MEMBERPRF}`" :style="`border-color: ${data.localVote.usercolor} !important;`" + @error="$event.target.src = '/img/icons/icon.png'" alt="user" />