Skip to content

Commit 5b7c777

Browse files
committed
hide download button on agent page
1 parent fde7be8 commit 5b7c777

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,13 @@ const AgentDetailPage = async ({ params }: AgentDetailPageProps) => {
179179
className="p-1 text-muted-foreground/60 hover:text-muted-foreground"
180180
/>
181181
</div>
182+
{/*
183+
Hide download button for now. (It doesn't do anything)
182184
<Button variant="outline" size="sm">
183185
<Download className="h-4 w-4 mr-2" />
184186
Download
185187
</Button>
188+
*/}
186189
</div>
187190
</div>
188191
</CardHeader>

0 commit comments

Comments
 (0)