mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 17:38:35 +00:00
style(webui): use package install icon
This commit is contained in:
parent
164726c43f
commit
12ebc7b8e2
@ -3,7 +3,7 @@ import {
|
|||||||
Check,
|
Check,
|
||||||
ExternalLink,
|
ExternalLink,
|
||||||
Loader2,
|
Loader2,
|
||||||
Plus,
|
PackagePlus,
|
||||||
Search,
|
Search,
|
||||||
ShieldAlert,
|
ShieldAlert,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
@ -553,7 +553,7 @@ function MarketplaceSkillRow({
|
|||||||
) : installed ? (
|
) : installed ? (
|
||||||
<Check className="h-4 w-4" aria-hidden />
|
<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>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user