File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments