Update theme.config.jsx

pull/333/head
Alex 1 year ago
parent ae117c47e9
commit dcdbb05168

@ -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 /></>
),
},

Loading…
Cancel
Save