Update theme.config.jsx

This commit is contained in:
Alex
2023-09-12 17:00:45 +01:00
parent ae117c47e9
commit dcdbb05168

View File

@@ -115,7 +115,6 @@ const config = {
name="apple-mobile-web-app-title"
content="DocsGPT Documentation"
/>
<DocsGPTWidget />
</>
);
@@ -128,11 +127,14 @@ const config = {
<Logo height={10} width={10} />
{title}
<Analytics />
<DocsGPTWidget />
</div>
) : (
<>{title}
<Analytics /></>
<Analytics />
<DocsGPTWidget /></>
),
},