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 f5b3d02 commit d25ffdcCopy full SHA for d25ffdc
apps/frontend/src/components/ui/servers/ServerIcon.vue
@@ -1,10 +1,9 @@
1
<template>
2
<client-only>
3
- <img v-if="image" no-shadow size="lg" alt="Server Icon" :class="computedClass" :src="image" />
+ <img v-if="image" no-shadow alt="Server Icon" :class="computedClass" :src="image" />
4
<img
5
v-else
6
no-shadow
7
- size="lg"
8
alt="Server Icon"
9
:class="computedClass"
10
src="~/assets/images/servers/minecraft_server_icon.png"
0 commit comments