File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,9 @@ export function DashboardContent() {
265
265
onConfigureAgent = { ( agentId ) => router . push ( `/agents/config/${ agentId } ` ) }
266
266
/>
267
267
</ div >
268
- < Examples onSelectPrompt = { setInputValue } />
268
+ < div className = "w-full pt-4" >
269
+ < Examples onSelectPrompt = { setInputValue } count = { 5 } />
270
+ </ div >
269
271
</ div >
270
272
271
273
{ /* {customAgentsEnabled && (
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ export function HeroSection() {
350
350
351
351
{ /* Examples section - right after chat input */ }
352
352
< div className = "w-full pt-2" >
353
- < Examples onSelectPrompt = { setInputValue } count = { 6 } />
353
+ < Examples onSelectPrompt = { setInputValue } count = { 5 } />
354
354
</ div >
355
355
</ div >
356
356
You can’t perform that action at this time.
0 commit comments