mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
remove tooltip for now
This commit is contained in:
parent
35e8cf59ff
commit
afc5cf512b
2 changed files with 6 additions and 1 deletions
|
|
@ -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={
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue