fix: remove title local API server page (#3710)

This commit is contained in:
Faisal Amir 2024-09-23 12:46:38 +07:00 committed by GitHub
parent 9471481e33
commit 3091bb0e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,8 +107,7 @@ const LocalServerLeftPanel = () => {
<LeftPanelContainer>
<Fragment>
<div className="p-3">
<h2 className="font-bold">Server Options</h2>
<p className="mt-2 leading-relaxed text-[hsla(var(--text-secondary))]">
<p className="leading-relaxed text-[hsla(var(--text-secondary))]">
Start an OpenAI-compatible local HTTP server.
</p>
</div>