Skip to content

Commit 4351a36

Browse files
committed
wip
1 parent ffd1587 commit 4351a36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

frontend/src/components/dashboard/dashboard-content.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ export function DashboardContent() {
265265
onConfigureAgent={(agentId) => router.push(`/agents/config/${agentId}`)}
266266
/>
267267
</div>
268-
<Examples onSelectPrompt={setInputValue} />
268+
<div className="w-full pt-4">
269+
<Examples onSelectPrompt={setInputValue} count={5} />
270+
</div>
269271
</div>
270272

271273
{/* {customAgentsEnabled && (

frontend/src/components/home/sections/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export function HeroSection() {
350350

351351
{/* Examples section - right after chat input */}
352352
<div className="w-full pt-2">
353-
<Examples onSelectPrompt={setInputValue} count={6} />
353+
<Examples onSelectPrompt={setInputValue} count={5} />
354354
</div>
355355
</div>
356356

0 commit comments

Comments
 (0)