mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
Update DashboardLoginForm.tsx
This commit is contained in:
parent
911ff38c08
commit
a8595876c0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue