diff --git a/docs/src/content/docs/challenges/angular-performance/index.mdx b/docs/src/content/docs/challenges/angular-performance/index.mdx
index 5d29f4a..df17f46 100644
--- a/docs/src/content/docs/challenges/angular-performance/index.mdx
+++ b/docs/src/content/docs/challenges/angular-performance/index.mdx
@@ -29,12 +29,6 @@ You can learn more on the [documentation page](https://angular.io/guide/devtools
Now that you know how to use the Angular DevTool, you can choose a challenge, profile it, and resolve it.
-
-
Angular DevTool, you can choose a challe
description="Learn the power of pure pipes."
href="/challenges/angular-performance/35-memoize/"
/>
+
+
diff --git a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md
index ef4beee..9bb1a62 100644
--- a/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md
+++ b/docs/src/content/docs/challenges/rxjs/11-bug-chaining-operator.md
@@ -1,5 +1,5 @@
---
-title: 🟠 High Order Operator Bug
+title: 🟠 High Order Operator Bug
description: Challenge 11 is about resolving a Rxjs bug because of high order operators
sidebar:
order: 114
@@ -44,12 +44,12 @@ Your PR title must start with Answer:11.