fix(curriculum): update hotel feedback form (#56107)

pull/56109/head
Abdullah Ansari 2024-09-14 20:53:00 +05:30 committed by GitHub
parent efe1b655a0
commit 561730ad75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ dashedName: step-22
# --description--
Add another label with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`.
Add another `label` with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`.
Below the label element, add another checkbox input with the `id`, `name` and `value` attributes set to `"recommendation"`.
Below the `label` element, add another checkbox `input` with the `id`, `name` and `value` attributes set to `"recommendation"`.
# --hints--