fix: overview text

This commit is contained in:
hamster1963 2024-11-23 19:36:19 +08:00
parent 206bb3fc13
commit 3f940d6f05

View File

@ -23,7 +23,7 @@ export default function ServerOverview({
<CardContent className="px-6 py-3"> <CardContent className="px-6 py-3">
<section className="flex flex-col gap-1"> <section className="flex flex-col gap-1">
<p className="text-sm font-medium md:text-base"> <p className="text-sm font-medium md:text-base">
{"Totalservers"} {"Total servers"}
</p> </p>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<span className="relative flex h-2 w-2"> <span className="relative flex h-2 w-2">
@ -42,7 +42,7 @@ export default function ServerOverview({
<CardContent className="px-6 py-3"> <CardContent className="px-6 py-3">
<section className="flex flex-col gap-1"> <section className="flex flex-col gap-1">
<p className="text-sm font-medium md:text-base"> <p className="text-sm font-medium md:text-base">
{"Onlineservers"} {"Online servers"}
</p> </p>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<span className="relative flex h-2 w-2"> <span className="relative flex h-2 w-2">
@ -63,7 +63,7 @@ export default function ServerOverview({
<CardContent className="px-6 py-3"> <CardContent className="px-6 py-3">
<section className="flex flex-col gap-1"> <section className="flex flex-col gap-1">
<p className="text-sm font-medium md:text-base"> <p className="text-sm font-medium md:text-base">
{"Offlineservers"} {"Offline servers"}
</p> </p>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<span className="relative flex h-2 w-2"> <span className="relative flex h-2 w-2">
@ -83,7 +83,7 @@ export default function ServerOverview({
<CardContent className="relative px-6 py-3"> <CardContent className="relative px-6 py-3">
<section className="flex flex-col gap-1"> <section className="flex flex-col gap-1">
<p className="text-sm font-medium md:text-base"> <p className="text-sm font-medium md:text-base">
{"Totalbandwidth"} {"Total bandwidth"}
</p> </p>
<section className="flex flex-col sm:flex-row pt-[8px] sm:items-center items-start gap-1"> <section className="flex flex-col sm:flex-row pt-[8px] sm:items-center items-start gap-1">