Skip to content

Commit 7478447

Browse files
committed
fix: use native img for data URI logos
1 parent 0daa9e7 commit 7478447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Identicon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const logo = computed(() => _logo || createIdenticon(address, { format: 'image/s
66
</script>
77

88
<template>
9-
<NuxtImg :src="logo" object-contain :alt="name" />
9+
<img :src="logo" class="object-contain" :alt="name">
1010
</template>

0 commit comments

Comments
 (0)