Skip to content

Commit

Permalink
chore: shorten uptime label
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 20, 2024
1 parent 2bd19a0 commit 8dff938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-if="uptimeSeconds || uptimeSeconds !== 0"
v-tooltip="`Your server has been online for ${verboseUptime}`"
v-tooltip="`Online for ${verboseUptime}`"
class="flex min-w-0 flex-row items-center gap-4"
data-pyro-uptime
>
Expand Down

0 comments on commit 8dff938

Please sign in to comment.