Fix onerror loading

This commit is contained in:
BlossomiShymae
2024-05-02 20:56:05 -05:00
parent fb4393a217
commit fe087a81e3
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
</th>
<td>
<NuxtLink :to="`/champions/overview/${summary.id}`">
<img :src="summary.getIcon({locale: 'default', version: 'latest'})" width="32px" height="32px" loading="lazy" onerror="this.onerror = null; this.src='/img/error.png'"/>
<img :src="summary.getIcon({locale: 'default', version: 'latest'})" width="32px" height="32px" loading="lazy" onerror="this.onerror = null; this.src='/clean-cuts/img/error.png'"/>
</NuxtLink>
</td>
<td>