mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-10 03:11:46 +00:00
style: padroniza widgets e listas do dashboard
This commit is contained in:
@@ -9,9 +9,9 @@ export function DashboardWelcome({ name }: { name?: string | null }) {
|
||||
<section className="p-2">
|
||||
<div className="tracking-tight">
|
||||
<h1 className="text-xl">
|
||||
{greeting}, {displayName}
|
||||
{greeting}, <span className="text-primary">{displayName}</span>
|
||||
</h1>
|
||||
<p className="text-sm mt-1">{formattedDate}</p>
|
||||
<p className="text-sm mt-1 text-muted-foreground">{formattedDate}</p>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user