Skip to content

Commit

Permalink
Update src/components/CommonForm/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: SKM <[email protected]>
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm and dextrot authored Dec 27, 2024
1 parent 00b34a9 commit 0d4f6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
</div>
{form == "open-source-pricing" && (
<>
<label htmlFor="projectName" className="form-name">
<label htmlFor="projectname" className="form-name">
What is the name of your project? <span className="required-sign">*</span>
</label>
<Field type="text" className="text-field" id="projectName" name="projectName" />
<Field type="text" className="text-field" id="projectname" name="projectname" />
<label htmlFor="repository" className="form-name">
Please link the public repository of your OSS organization (github, gitlab, etc.) <span className="required-sign">*</span>
</label>
Expand Down

0 comments on commit 0d4f6d9

Please sign in to comment.