From 1486a03f01b174e4060578333dbefa1ade385023 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 18 Dec 2024 09:23:19 +0800 Subject: [PATCH] style: bandwidth badge color --- src/components/ServerCard.tsx | 4 ++-- src/components/ServerCardInline.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ServerCard.tsx b/src/components/ServerCard.tsx index b9d313e..6e47288 100644 --- a/src/components/ServerCard.tsx +++ b/src/components/ServerCard.tsx @@ -107,7 +107,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf {parsedData.planDataMod.bandwidth !== "" && (

{parsedData.planDataMod.bandwidth} @@ -245,7 +245,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf {parsedData.planDataMod.bandwidth !== "" && (

{parsedData.planDataMod.bandwidth} diff --git a/src/components/ServerCardInline.tsx b/src/components/ServerCardInline.tsx index 6c9829a..450957e 100644 --- a/src/components/ServerCardInline.tsx +++ b/src/components/ServerCardInline.tsx @@ -121,7 +121,7 @@ export default function ServerCardInline({ {parsedData.planDataMod.bandwidth !== "" && (

{parsedData.planDataMod.bandwidth} @@ -284,7 +284,7 @@ export default function ServerCardInline({ {parsedData.planDataMod.bandwidth !== "" && (

{parsedData.planDataMod.bandwidth}