diff --git a/autogpt_platform/frontend/src/components/agptui/CreatorInfoCard.tsx b/autogpt_platform/frontend/src/components/agptui/CreatorInfoCard.tsx index db88d4f2f3..9c5b1db739 100644 --- a/autogpt_platform/frontend/src/components/agptui/CreatorInfoCard.tsx +++ b/autogpt_platform/frontend/src/components/agptui/CreatorInfoCard.tsx @@ -27,11 +27,16 @@ export const CreatorInfoCard: React.FC = ({ >
- + {username.charAt(0)} diff --git a/autogpt_platform/frontend/src/components/agptui/StoreCard.tsx b/autogpt_platform/frontend/src/components/agptui/StoreCard.tsx index 28c29794aa..48274cb217 100644 --- a/autogpt_platform/frontend/src/components/agptui/StoreCard.tsx +++ b/autogpt_platform/frontend/src/components/agptui/StoreCard.tsx @@ -75,22 +75,22 @@ export const StoreCard: React.FC = ({ {/* Content Section */}
{/* Title and Creator */} -

+

{agentName}

{!hideAvatar && creatorName && ( -

+

by {creatorName}

)} {/* Description */} -

+

{description}

{/* Stats Row */}
-
+
{runs.toLocaleString()} runs