mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix duplicate attribute and pnpm prepr
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
v-if="subdomain && !isHidden"
|
||||
v-tooltip="'Copy custom URL'"
|
||||
class="flex min-w-0 flex-row items-center gap-2 truncate hover:cursor-pointer"
|
||||
class="flex min-w-0 flex-row items-center gap-2 truncate hover:cursor-pointer"
|
||||
>
|
||||
<Separator v-if="!noSeparator" />
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
v-if="uptimeSeconds || uptimeSeconds !== 0"
|
||||
v-tooltip="`Online for ${verboseUptime}`"
|
||||
class="server-action-buttons-anim flex min-w-0 flex-row items-center gap-2"
|
||||
class="server-action-buttons-anim flex min-w-0 flex-row items-center gap-2"
|
||||
data-pyro-uptime
|
||||
>
|
||||
<Separator v-if="!noSeparator" />
|
||||
|
||||
Reference in New Issue
Block a user