mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update theme.config.jsx
This commit is contained in:
@@ -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 /></>
|
||||||
|
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user