mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
ffd158760f
commit
4351a3688f
|
@ -265,7 +265,9 @@ export function DashboardContent() {
|
||||||
onConfigureAgent={(agentId) => router.push(`/agents/config/${agentId}`)}
|
onConfigureAgent={(agentId) => router.push(`/agents/config/${agentId}`)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Examples onSelectPrompt={setInputValue} />
|
<div className="w-full pt-4">
|
||||||
|
<Examples onSelectPrompt={setInputValue} count={5} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* {customAgentsEnabled && (
|
{/* {customAgentsEnabled && (
|
||||||
|
|
|
@ -350,7 +350,7 @@ export function HeroSection() {
|
||||||
|
|
||||||
{/* Examples section - right after chat input */}
|
{/* Examples section - right after chat input */}
|
||||||
<div className="w-full pt-2">
|
<div className="w-full pt-2">
|
||||||
<Examples onSelectPrompt={setInputValue} count={6} />
|
<Examples onSelectPrompt={setInputValue} count={5} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue