This commit is contained in:
Mathew Pareles 2025-04-09 23:56:25 -07:00
parent 2509290ab2
commit 3cddc5d5cc

View file

@ -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>