Skip to content

Commit

Permalink
Merge pull request #5996 from void-hr/master
Browse files Browse the repository at this point in the history
fix(form): add missing label text
  • Loading branch information
leecalcote authored Oct 12, 2024
2 parents 499b2bc + 27da9f1 commit 2634d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sections/Community/Web-based-from/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const WebBasedForm = () => {
<br></br>
<label>
<Field type="radio" name="tshirtSize" value="XXL" />
XXL
</label>
</div>
<label htmlFor="picture" className="form-name">Picture</label>
Expand Down

0 comments on commit 2634d48

Please sign in to comment.