Skip to content

Commit 45bead6

Browse files
nguyenbryalexisintech
authored andcommitted
docs: extra space in tailwind class, SignIn elements with Shadcnui example password/email_code CardTitle mismatch (#2244)
1 parent a1b8c52 commit 45bead6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/customization/elements/examples/shadcn-ui.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,7 @@ You must also configure the appropriate settings in Clerk:
482482
<SignIn.Strategy name="password">
483483
<Card className="w-full sm:w-96">
484484
<CardHeader>
485-
<CardTitle>Check your email</CardTitle>
486-
<CardDescription>
487-
Enter the verification code sent to your email
488-
</CardDescription>
485+
<CardTitle>Enter your password</CardTitle>
489486
<p className="text-sm text-muted-foreground">
490487
Welcome back <SignIn.SafeIdentifier />
491488
</p>

docs/customization/elements/examples/sign-in.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Before you build your sign-in flow, you need to configure the appropriate settin
7272
<Clerk.FieldError className="block text-sm text-red-400" />
7373
</Clerk.Field>
7474
<Clerk.Field name="password" className="space-y-2">
75-
<Clerk.Label className="text-sm font-medium text-zinc-950">Password</Clerk.Label>
75+
<Clerk.Label className="text-sm font-medium text-zinc-950">Password</Clerk.Label>
7676
<Clerk.Input
7777
type="password"
7878
required

0 commit comments

Comments
 (0)