Skip to content

Commit 7d8a1df

Browse files
committed
fix: dont hide rinth on empty state
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent 47469f6 commit 7d8a1df

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/pages/servers/manage

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/servers/manage/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<img
7070
src="~/assets/images/games/excitement.png"
7171
alt=""
72-
class="hidden max-w-[360px] lg:block"
72+
class="max-w-[360px]"
7373
style="mask-image: radial-gradient(97% 77% at 50% 25%, #d9d9d9 0, hsla(0, 0%, 45%, 0) 100%)"
7474
/>
7575
<h1 class="m-0 text-contrast">You don't have any servers yet!</h1>

0 commit comments

Comments
 (0)