mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
polish: refine lite admin controls
This commit is contained in:
@@ -40,7 +40,7 @@ export function AuthCard({
|
||||
{PRODUCT_EDITION.slice(0, 1)}
|
||||
</div>
|
||||
{title && <h1 className="text-display text-2xl font-semibold">{title}</h1>}
|
||||
{description && <p className="text-sm leading-6 text-muted-foreground">{description}</p>}
|
||||
{description && <p className="mx-auto max-w-xs text-sm leading-6 text-muted-foreground text-pretty">{description}</p>}
|
||||
</CardHeader>
|
||||
)}
|
||||
<CardContent className="pb-6">{children}</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user