Skip to content

Commit

Permalink
fix: typo (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght authored Jul 26, 2024
1 parent 4cca9b7 commit 34ae402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/WaitlistForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const WaitlistForm: FC<{
<Card>
<CardHeader>
<CardTitle>The MiBanco Waitlist</CardTitle>
<CardDescription>Join us . No bank required.</CardDescription>
<CardDescription>Join us. No bank required.</CardDescription>
</CardHeader>
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)}>
Expand Down

0 comments on commit 34ae402

Please sign in to comment.