diff --git a/app/docs/[[...slug]]/page.tsx b/app/docs/[[...slug]]/page.tsx
index 54b46f7..fd32dcc 100644
--- a/app/docs/[[...slug]]/page.tsx
+++ b/app/docs/[[...slug]]/page.tsx
@@ -62,9 +62,6 @@ export default async function Page(props: {
Accordions,
Heading,
Link,
- ul: (props) => (
-
- ),
SvgComponent,
SvgComponent2,
SvgComponentTest,
diff --git a/content/docs/development/index.mdx b/content/docs/development/index.mdx
index 2243f75..ed554d3 100644
--- a/content/docs/development/index.mdx
+++ b/content/docs/development/index.mdx
@@ -34,12 +34,10 @@ As developers, we must be extra creative while developing MiniDapps, considering
If you haven't already, we recommend you gain a thorough understanding of the Minima Protocol by reading the [Knowledge base](/docs/learn).
-
## Prerequisities
There are no special hardware requirements for building a MiniDapp.
Before you start to create MiniDapps, you will need a code editor to write your code, for example [VS code](https://code.visualstudio.com/download), but this is your own preference.
-
**Let's begin.**