mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
fix textsize bug
This commit is contained in:
parent
2df5baac9d
commit
12e6b3dabb
@ -29,7 +29,7 @@ export default function Ping({ group, service, style }) {
|
||||
statusText = t("docker.offline")
|
||||
} else if (style === "dot") {
|
||||
statusText = "◉"
|
||||
textSize += "text-[10px]"
|
||||
textSize = "text-[14px]"
|
||||
backgroundClass = ""
|
||||
} else {
|
||||
statusText = data.status
|
||||
@ -43,7 +43,7 @@ export default function Ping({ group, service, style }) {
|
||||
statusText = t("docker.running")
|
||||
} else if (style === "dot") {
|
||||
statusText = "◉"
|
||||
textSize += "text-[10px]"
|
||||
textSize = "text-[14px]"
|
||||
backgroundClass = ""
|
||||
} else {
|
||||
statusText = ping
|
||||
|
Loading…
x
Reference in New Issue
Block a user