diff --git a/autogpt_platform/frontend/src/app/layout.tsx b/autogpt_platform/frontend/src/app/layout.tsx index 596707003fdb..944e2301d395 100644 --- a/autogpt_platform/frontend/src/app/layout.tsx +++ b/autogpt_platform/frontend/src/app/layout.tsx @@ -91,7 +91,7 @@ export default async function RootLayout({ }, ]} /> -
{children}
+
{children}
diff --git a/autogpt_platform/frontend/src/app/store/agent/[creator]/[slug]/page.tsx b/autogpt_platform/frontend/src/app/store/agent/[creator]/[slug]/page.tsx index 1e03605b4834..dca9fdd82547 100644 --- a/autogpt_platform/frontend/src/app/store/agent/[creator]/[slug]/page.tsx +++ b/autogpt_platform/frontend/src/app/store/agent/[creator]/[slug]/page.tsx @@ -51,7 +51,7 @@ export default async function Page({ return (
-
+
@@ -69,14 +69,20 @@ export default async function Page({ storeListingVersionId={agent.store_listing_version_id} />
- +
- + - + -
+
-
+

+ About +

+
{creator.description}
diff --git a/autogpt_platform/frontend/src/components/agptui/AgentImageItem.tsx b/autogpt_platform/frontend/src/components/agptui/AgentImageItem.tsx index 08f78a7d1ffe..935b34144359 100644 --- a/autogpt_platform/frontend/src/components/agptui/AgentImageItem.tsx +++ b/autogpt_platform/frontend/src/components/agptui/AgentImageItem.tsx @@ -47,7 +47,7 @@ export const AgentImageItem: React.FC = React.memo( return (
-
+
{isValidVideoUrl(image) ? ( getYouTubeVideoId(image) ? (