Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <theevansong@gmail.com>
  • Loading branch information
ferothefox committed Oct 16, 2024
1 parent d25ffdc commit fcd4eed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/src/components/ui/servers/ServerIcon.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<template>
<client-only>
<img v-if="image" no-shadow alt="Server Icon" :class="computedClass" :src="image" />
<img v-if="image" alt="Server Icon" :class="computedClass" :src="image" />
<img
v-else
no-shadow
alt="Server Icon"
:class="computedClass"
src="~/assets/images/servers/minecraft_server_icon.png"
Expand Down

0 comments on commit fcd4eed

Please sign in to comment.