Skip to content

Commit 2634d48

Browse files
authored
Merge pull request #5996 from void-hr/master
fix(form): add missing label text
2 parents 499b2bc + 27da9f1 commit 2634d48

File tree

1 file changed

+1
-0
lines changed
  • src/sections/Community/Web-based-from

1 file changed

+1
-0
lines changed

src/sections/Community/Web-based-from/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const WebBasedForm = () => {
178178
<br></br>
179179
<label>
180180
<Field type="radio" name="tshirtSize" value="XXL" />
181+
XXL
181182
</label>
182183
</div>
183184
<label htmlFor="picture" className="form-name">Picture</label>

0 commit comments

Comments
 (0)