mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
spacing
This commit is contained in:
parent
2509290ab2
commit
3cddc5d5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -927,7 +927,7 @@ const GeneralTab = () => {
|
||||||
|
|
||||||
<div className='mt-12 max-w-[600px]'>
|
<div className='mt-12 max-w-[600px]'>
|
||||||
<h2 className={`text-3xl mb-2`}>AI Instructions</h2>
|
<h2 className={`text-3xl mb-2`}>AI Instructions</h2>
|
||||||
<h4 className={`text-void-fg-3 mb-2`}>{`Instructions to include on all AI requests.`}</h4>
|
<h4 className={`text-void-fg-3 mb-4`}>{`Instructions to include on all AI requests.`}</h4>
|
||||||
<AIInstructionsBox />
|
<AIInstructionsBox />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue