app: use SquareCode as the program icon
Swap the canonical KIND_ICONS.program glyph from Package to SquareCode, and route the palette + System-map program affordances through it. (The Programs nav icon in Layout.tsx changes too, committed separately with its own WIP.)
This commit is contained in:
@@ -31,6 +31,7 @@ import {
|
||||
Plus,
|
||||
RotateCw,
|
||||
Router,
|
||||
SquareCode,
|
||||
Trash2,
|
||||
X,
|
||||
} from "lucide-react"
|
||||
@@ -169,7 +170,7 @@ function MapNode({ data }: NodeProps) {
|
||||
d.onProgram?.(d.program!)
|
||||
}}
|
||||
>
|
||||
<Package size={11} />
|
||||
<SquareCode size={11} />
|
||||
</button>
|
||||
) : (
|
||||
// No program (inline infra) — a same-size, non-interactive cell with a
|
||||
|
||||
Reference in New Issue
Block a user