mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
fix(ui): remove title prop from Lucide icons (not supported in this version)
This commit is contained in:
parent
ef2cbb838f
commit
3c4b8711ec
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ function AdapterRow({
|
||||||
)}
|
)}
|
||||||
{adapter.source === "external" && (
|
{adapter.source === "external" && (
|
||||||
adapter.isLocalPath
|
adapter.isLocalPath
|
||||||
? <FolderOpen className="h-4 w-4 text-amber-500" title="Installed from local path" />
|
? <span title="Installed from local path"><FolderOpen className="h-4 w-4 text-amber-500" /></span>
|
||||||
: <Package className="h-4 w-4 text-red-500" title="Installed from npm" />
|
: <span title="Installed from npm"><Package className="h-4 w-4 text-red-500" /></span>
|
||||||
)}
|
)}
|
||||||
<Badge
|
<Badge
|
||||||
variant="default"
|
variant="default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue