mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +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 className="text-center space-y-1">
|
||||
<h1 className="text-2xl font-bold mt-1">
|
||||
{t('Welcome')}
|
||||
{t('welcome')}
|
||||
</h1>
|
||||
<p className="text-sm text-muted-foreground">{t('Subtitle')}</p>
|
||||
<p className="text-sm text-muted-foreground">{t('subtitle')}</p>
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue