style(webui): use package install icon

This commit is contained in:
Xubin Ren 2026-07-28 18:00:26 +08:00
parent 164726c43f
commit 12ebc7b8e2

View File

@ -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>