Merge branch 'feat/onboarding-user-ingest' of github.com:langflow-ai/openrag into feat/onboarding-user-ingest
This commit is contained in:
commit
ed70602a9d
1 changed files with 7 additions and 7 deletions
|
|
@ -138,13 +138,13 @@ export function OnboardingContent({
|
||||||
text="Step 3: You're all set!"
|
text="Step 3: You're all set!"
|
||||||
>
|
>
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={handleStepComplete}
|
onClick={handleStepComplete}
|
||||||
className="px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:bg-primary/90"
|
className="px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:bg-primary/90"
|
||||||
>
|
>
|
||||||
Go to Chat
|
Go to Chat
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</OnboardingStep>
|
</OnboardingStep>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue