mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(store): Youtube link not showing video on agent page (#9068)
Fixes #9054 ## Changes - add the video link to the start of the images array
This commit is contained in:
@@ -68,7 +68,7 @@ export default async function Page({
|
||||
storeListingVersionId={agent.store_listing_version_id}
|
||||
/>
|
||||
</div>
|
||||
<AgentImages images={agent.agent_image} />
|
||||
<AgentImages images={[agent.agent_video, ...agent.agent_image]} />
|
||||
</div>
|
||||
<Separator className="my-6" />
|
||||
<AgentsSection
|
||||
|
||||
Reference in New Issue
Block a user