Mark required fields

pull/5413/head
Kamran Ahmed 7 months ago
parent 18deef46db
commit 5230ae22be
  1. 8
      src/components/GenerateRoadmap/PayToBypass.tsx

@ -83,7 +83,7 @@ export function PayToBypass(props: PayToBypassProps) {
htmlFor={amountId} htmlFor={amountId}
className="mb-2 block text-sm font-semibold" className="mb-2 block text-sm font-semibold"
> >
How much are you willing to pay for this? How much are you willing to pay for this? *
</label> </label>
<input <input
id={amountId} id={amountId}
@ -99,7 +99,7 @@ export function PayToBypass(props: PayToBypassProps) {
htmlFor={roadmapCountId} htmlFor={roadmapCountId}
className="mb-2 block text-sm font-semibold" className="mb-2 block text-sm font-semibold"
> >
How many roadmaps you will be generating (daily, or monthly)? How many roadmaps you will be generating (daily, or monthly)? *
</label> </label>
<textarea <textarea
id={roadmapCountId} id={roadmapCountId}
@ -111,7 +111,7 @@ export function PayToBypass(props: PayToBypassProps) {
</div> </div>
<div> <div>
<label htmlFor={usageId} className="mb-2 block text-sm font-semibold"> <label htmlFor={usageId} className="mb-2 block text-sm font-semibold">
How will you be using this? How will you be using this feature? *
</label> </label>
<textarea <textarea
id={usageId} id={usageId}
@ -126,7 +126,7 @@ export function PayToBypass(props: PayToBypassProps) {
htmlFor={feedbackId} htmlFor={feedbackId}
className="mb-2 block text-sm font-semibold" className="mb-2 block text-sm font-semibold"
> >
Do you have any feedback? Do you have any feedback for us to improve this feature?
</label> </label>
<textarea <textarea
id={feedbackId} id={feedbackId}

Loading…
Cancel
Save