Update server card title in Dashboard for clarity

This commit is contained in:
headlessdev 2025-04-19 00:18:02 +02:00
parent 1ae55da3f9
commit 7d7897c3f6

View File

@ -76,7 +76,7 @@ export default function Dashboard() {
<CardHeader className="pb-2"> <CardHeader className="pb-2">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div> <div>
<CardTitle className="text-2xl font-semibold">Server Infrastructure</CardTitle> <CardTitle className="text-2xl font-semibold">Servers</CardTitle>
<CardDescription className="mt-1">Physical and virtual servers overview</CardDescription> <CardDescription className="mt-1">Physical and virtual servers overview</CardDescription>
</div> </div>
<Server className="h-8 w-8 text-rose-500 p-1.5 rounded-lg" /> <Server className="h-8 w-8 text-rose-500 p-1.5 rounded-lg" />