Skip to content

Commit fcd4eed

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

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,9 +1,8 @@
11
<template>
22
<client-only>
3-
<img v-if="image" no-shadow alt="Server Icon" :class="computedClass" :src="image" />
3+
<img v-if="image" alt="Server Icon" :class="computedClass" :src="image" />
44
<img
55
v-else
6-
no-shadow
76
alt="Server Icon"
87
:class="computedClass"
98
src="~/assets/images/servers/minecraft_server_icon.png"

0 commit comments

Comments
 (0)