We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44da7ba commit c3ab75bCopy full SHA for c3ab75b
components/service/Base.vue
@@ -3,7 +3,7 @@
3
<div class="flex-shrink-0 flex">
4
<a :href="link" :title="title" class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5">
5
<slot name="icon">
6
- <img v-if="icon" :src="icon" :alt="title" class="block bg-contain">
+ <img v-if="icon" :src="icon" :alt="title" class="block bg-contain h-full w-full">
7
<div v-else class="bg-fg-dimmed h-full w-full" />
8
</slot>
9
</a>
0 commit comments