diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx
index 4cc1ad9b..ccec1cff 100644
--- a/docs/theme.config.jsx
+++ b/docs/theme.config.jsx
@@ -115,7 +115,6 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
-
>
);
@@ -128,11 +127,14 @@ const config = {
{title}
+
) : (
<>{title}
- >
+
+ >
+
),
},