We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daa9e7 commit 7478447Copy full SHA for 7478447
app/components/Identicon.vue
@@ -6,5 +6,5 @@ const logo = computed(() => _logo || createIdenticon(address, { format: 'image/s
6
</script>
7
8
<template>
9
- <NuxtImg :src="logo" object-contain :alt="name" />
+ <img :src="logo" class="object-contain" :alt="name">
10
</template>
0 commit comments