Merge pull request #12 from franze6/Onboarding_steps
Onboarding2 fix name for form
This commit is contained in:
@@ -60,11 +60,11 @@ function Onboarding2() {
|
|||||||
<form>
|
<form>
|
||||||
<div className="space-y-4 mb-8">
|
<div className="space-y-4 mb-8">
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-medium mb-1" htmlFor="email">Email Address <span className="text-rose-500">*</span></label>
|
<label className="block text-sm font-medium mb-1" htmlFor="email">First name <span className="text-rose-500">*</span></label>
|
||||||
<input id="email" className="form-input w-full" type="email" />
|
<input id="email" className="form-input w-full" type="email" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-medium mb-1" htmlFor="name">Full Name <span className="text-rose-500">*</span></label>
|
<label className="block text-sm font-medium mb-1" htmlFor="name">Last name <span className="text-rose-500">*</span></label>
|
||||||
<input id="name" className="form-input w-full" type="text" />
|
<input id="name" className="form-input w-full" type="text" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user