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!"
|
||||
>
|
||||
<div className="space-y-4">
|
||||
<button
|
||||
type="button"
|
||||
onClick={handleStepComplete}
|
||||
className="px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:bg-primary/90"
|
||||
>
|
||||
Go to Chat
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onClick={handleStepComplete}
|
||||
className="px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:bg-primary/90"
|
||||
>
|
||||
Go to Chat
|
||||
</button>
|
||||
</div>
|
||||
</OnboardingStep>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue