Update DashboardLoginForm.tsx

This commit is contained in:
Marvin 2025-04-22 17:50:46 +02:00 committed by GitHub
parent 911ff38c08
commit a8595876c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,9 +51,9 @@ export default function DashboardLoginForm({
</div> </div>
<div className="text-center space-y-1"> <div className="text-center space-y-1">
<h1 className="text-2xl font-bold mt-1"> <h1 className="text-2xl font-bold mt-1">
{t('Welcome')} {t('welcome')}
</h1> </h1>
<p className="text-sm text-muted-foreground">{t('Subtitle')}</p> <p className="text-sm text-muted-foreground">{t('subtitle')}</p>
</div> </div>
</CardHeader> </CardHeader>
<CardContent> <CardContent>