add alt
This commit is contained in:
@@ -17,7 +17,7 @@ withDefaults(defineProps<Props>(), {
|
||||
|
||||
<template>
|
||||
<div v-if="id || name">
|
||||
<img v-if="id" :src="`https://images.evetech.net/types/${id}/icon`" class="inline-block w-5 h-5 me-1" />
|
||||
<img v-if="id" :src="`https://images.evetech.net/types/${id}/icon`" class="inline-block w-5 h-5 me-1" alt="" />
|
||||
<template v-if="name">
|
||||
{{ name }}
|
||||
<ClipboardButton v-if="!hideCopy" :value="name" />
|
||||
|
||||
Reference in New Issue
Block a user