Update Authentication03.vue

This commit is contained in:
Mike Ovyan 2024-04-01 21:04:26 +03:00 committed by GitHub
parent 46f7ffb65a
commit 33510ba2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ import { Label } from '@/lib/registry/new-york/ui/label'
<CardContent>
<div class="grid gap-4">
<div class="grid grid-cols-2 gap-4">
<div class="space-y-2">
<div class="grid gap-2">
<Label for="first-name">First name</Label>
<Input id="first-name" placeholder="Max" required />
</div>