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

Loading…
Cancel
Save