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

This commit is contained in:
Abdullah Ansari
2024-09-14 20:53:00 +05:30
committed by GitHub
parent efe1b655a0
commit 561730ad75
@@ -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--