fix: invalid args path (#5467)
* fix port in server address * fix: invalid args for path * fix page loading * hide labels
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<ServerDetails
|
||||
:online-players="playersOnline"
|
||||
:status-online="statusOnline"
|
||||
:recent-plays="javaServer?.verified_plays_4w ?? 0"
|
||||
:recent-plays="javaServer?.verified_plays_2w ?? 0"
|
||||
/>
|
||||
<div v-if="project.categories.length > 0" class="hidden items-center gap-2 md:flex">
|
||||
<div class="flex gap-2">
|
||||
|
||||
@@ -17,7 +17,7 @@ defineProps<{
|
||||
<template>
|
||||
<StatItem
|
||||
v-tooltip="`${formatNumber(online, true)} players online`"
|
||||
class="smart-clickable:allow-pointer-events"
|
||||
class="smart-clickable:allow-pointer-events w-max"
|
||||
>
|
||||
<OnlineIndicatorIcon
|
||||
:style="{
|
||||
|
||||
@@ -18,7 +18,7 @@ defineProps<{
|
||||
v-tooltip="
|
||||
`${formatNumber(recentPlays, true)} recent play${recentPlays === 1 ? '' : 's'} from Modrinth in the past 2 weeks`
|
||||
"
|
||||
class="smart-clickable:allow-pointer-events"
|
||||
class="smart-clickable:allow-pointer-events w-max"
|
||||
>
|
||||
<PlayIcon />
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user