diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx
index 9ec84320..c28782f1 100644
--- a/documentation/src/pages/install/index.tsx
+++ b/documentation/src/pages/install/index.tsx
@@ -104,13 +104,14 @@ const Install: React.FC = () => {
Here you can set what shall be installed and configured when installing OpenPanel:
{Object.entries(installOptions).map(([key, config]) => (
- -
+
-
{key === "screenshots" ? (
))}