Skip to content

Commit e8a7377

Browse files
feat(skills): improve marketplace disclaimer and icon (#30)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a27f3b4 commit e8a7377

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/Skills/index.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
CheckCircle2,
1616
XCircle,
1717
AlertCircle,
18+
ShieldCheck,
1819
ChevronRight,
1920
Sparkles,
2021
Download,
@@ -844,6 +845,14 @@ export function Skills() {
844845

845846
<TabsContent value="marketplace" className="space-y-6 mt-6">
846847
<div className="flex flex-col gap-4">
848+
<Card className="border-muted/50 bg-muted/20">
849+
<CardContent className="py-4 flex items-start gap-3">
850+
<ShieldCheck className="h-5 w-5 text-muted-foreground mt-0.5" />
851+
<div className="text-muted-foreground">
852+
Click skill card to view its documentation and security information on ClawHub before installation.
853+
</div>
854+
</CardContent>
855+
</Card>
847856
<div className="flex gap-4">
848857
<form onSubmit={handleMarketplaceSearch} className="flex-1 flex gap-2">
849858
<div className="relative flex-1">

0 commit comments

Comments
 (0)