diff --git a/challenge-number.json b/challenge-number.json
index 2fffb6fc7..e4f0d3721 100644
--- a/challenge-number.json
+++ b/challenge-number.json
@@ -1,6 +1,6 @@
{
"total": 41,
"🟢": 14,
- "🟠": 119,
+ "🟠": 120,
"🔴": 207
}
diff --git a/docs/src/content/docs/challenges/forms/41-control-value-accessor.md b/docs/src/content/docs/challenges/forms/41-control-value-accessor.md
index e2a674ef1..54aa1ccce 100644
--- a/docs/src/content/docs/challenges/forms/41-control-value-accessor.md
+++ b/docs/src/content/docs/challenges/forms/41-control-value-accessor.md
@@ -5,7 +5,7 @@ author: stanislav-gavrilov
challengeNumber: 41
command: forms-control-value-accessor
sidebar:
- order: 119
+ order: 1
badge: New
---
@@ -21,7 +21,7 @@ Additionally, you are required to integrate validation for the new control to en
Currently, rating is coded this way:
```html
-
+
```
```ts
@@ -38,5 +38,5 @@ onFormSubmit(): void {
The goal is to include rating into the `FormGroup`
```html
-
+
```
diff --git a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md
index 2fa3b14ef..a24e9c980 100644
--- a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md
+++ b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md
@@ -6,7 +6,6 @@ challengeNumber: 40
command: performance-christmas-web-worker
sidebar:
order: 119
- badge: New
---
## Information