remove tooltip for now

This commit is contained in:
Mathew Pareles 2025-04-16 03:21:14 -07:00
parent 35e8cf59ff
commit afc5cf512b
2 changed files with 6 additions and 1 deletions

View file

@ -623,6 +623,11 @@ const VoidOnboardingContent = () => {
</div>} </div>}
bottom={
<div className='mx-auto w-full max-w-[800px]'>
<PreviousButton onClick={() => { setPageIndex(pageIndex - 1) }} />
</div>
}
/>, />,
2: <OnboardingPageShell 2: <OnboardingPageShell
top={ top={

View file

@ -551,7 +551,7 @@ export const ollamaSetupInstructions = <div className='prose-p:my-0 prose-ol:lis
<div className=' pl-6'><ChatMarkdownRender string={`2. Open your terminal.`} chatMessageLocation={undefined} /></div> <div className=' pl-6'><ChatMarkdownRender string={`2. Open your terminal.`} chatMessageLocation={undefined} /></div>
<div <div
className='pl-6 flex items-center w-fit' className='pl-6 flex items-center w-fit'
data-tooltip-id='void-tooltip-ollama-settings' // data-tooltip-id='void-tooltip-ollama-settings'
> >
<ChatMarkdownRender string={`3. Run \`ollama pull your_model\` to install a model.`} chatMessageLocation={undefined} /> <ChatMarkdownRender string={`3. Run \`ollama pull your_model\` to install a model.`} chatMessageLocation={undefined} />
</div> </div>