mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:25:41 +00:00
Updated styling on dashboard page
This commit is contained in:
parent
0e73439677
commit
13a0d8a15a
@ -39,7 +39,7 @@ export default function Dashboard({metrics}: { metrics: MetricGroup }) {
|
||||
<h2 className="text-base font-semibold transition group-hover:text-indigo-500 text-zinc-800 dark:text-zinc-400">
|
||||
<Card.Link href={item.href}>{item.title}</Card.Link>
|
||||
</h2>
|
||||
<Card.Description className="text-zinc-800 dark:text-zinc-100 font-semibold text-5xl">
|
||||
<Card.Description className="text-zinc-800 dark:text-zinc-100 font-semibold text-3xl">
|
||||
{typeof item.value === "number" ? numberFormat(item.value) : item.value}
|
||||
</Card.Description>
|
||||
</Card>
|
||||
|
Loading…
Reference in New Issue
Block a user