Skip to content

Commit 7465aa5

Browse files
committed
org/publisher feedback
1 parent ca5dbde commit 7465aa5

File tree

1 file changed

+1
-1
lines changed
  • web/src/app/publishers/[id]/agents/[agentId]/[version]

1 file changed

+1
-1
lines changed

web/src/app/publishers/[id]/agents/[agentId]/[version]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const AgentDetailPage = async ({ params }: AgentDetailPageProps) => {
137137
</Badge>
138138
</div>
139139
<p className="text-muted-foreground mb-2">
140-
by @{publisherData.name}
140+
by @{publisherData.id}
141141
</p>
142142
{agentData.description && (
143143
<p className="text-sm mb-4">{agentData.description}</p>

0 commit comments

Comments
 (0)