Skip to content

Commit d25ffdc

Browse files
committed
chore: clean
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent f5b3d02 commit d25ffdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/frontend/src/components/ui/servers/ServerIcon.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<template>
22
<client-only>
3-
<img v-if="image" no-shadow size="lg" alt="Server Icon" :class="computedClass" :src="image" />
3+
<img v-if="image" no-shadow alt="Server Icon" :class="computedClass" :src="image" />
44
<img
55
v-else
66
no-shadow
7-
size="lg"
87
alt="Server Icon"
98
:class="computedClass"
109
src="~/assets/images/servers/minecraft_server_icon.png"

0 commit comments

Comments
 (0)