mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 08:28:36 +00:00
style(webui): use package install icon
This commit is contained in:
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user