mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
more spacing
This commit is contained in:
parent
35e366a5ba
commit
937816519c
1 changed files with 3 additions and 3 deletions
|
|
@ -424,14 +424,14 @@ export const FeaturesTab = () => {
|
|||
<VoidProviderSettings providerNames={localProviderNames} />
|
||||
</ErrorBoundary>
|
||||
|
||||
<h2 className={`text-3xl mb-2 mt-16`}>Providers</h2>
|
||||
<h2 className={`text-3xl mb-2 mt-24`}>Providers</h2>
|
||||
<h3 className={`text-void-fg-3 mb-2`}>{`Void can access models from Anthropic, OpenAI, OpenRouter, and more.`}</h3>
|
||||
{/* <h3 className={`opacity-50 mb-2`}>{`Access models like ChatGPT and Claude. We recommend using Anthropic or OpenAI as providers, or Groq as a faster alternative.`}</h3> */}
|
||||
<ErrorBoundary>
|
||||
<VoidProviderSettings providerNames={nonlocalProviderNames} />
|
||||
</ErrorBoundary>
|
||||
|
||||
<h2 className={`text-3xl mb-2 mt-16`}>Models</h2>
|
||||
<h2 className={`text-3xl mb-2 mt-24`}>Models</h2>
|
||||
<ErrorBoundary>
|
||||
<VoidFeatureFlagSettings />
|
||||
<RefreshableModels />
|
||||
|
|
@ -578,7 +578,7 @@ const GeneralTab = () => {
|
|||
|
||||
|
||||
|
||||
<div className='mt-16'>
|
||||
<div className='mt-24'>
|
||||
<h2 className={`text-3xl mb-2`}>Built-in Settings</h2>
|
||||
<h4 className={`text-void-fg-3 mb-2`}>{`IDE settings, keyboard settings, and theme customization.`}</h4>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue