style(webui): use package install icon

This commit is contained in:
Xubin Ren
2026-07-30 01:13:37 +08:00
parent 164726c43f
commit 12ebc7b8e2
@@ -3,7 +3,7 @@ import {
Check,
ExternalLink,
Loader2,
Plus,
PackagePlus,
Search,
ShieldAlert,
} from "lucide-react";
@@ -553,7 +553,7 @@ function MarketplaceSkillRow({
) : installed ? (
<Check className="h-4 w-4" aria-hidden />
) : (
<Plus className="h-4 w-4" aria-hidden />
<PackagePlus className="h-4 w-4" aria-hidden />
)}
</Button>
</div>