1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Mark required fields

This commit is contained in:
Kamran Ahmed
2024-03-26 15:54:08 +00:00
parent 18deef46db
commit 5230ae22be

View File

@@ -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}