Skip to content

Commit 3dd8214

Browse files
committed
Use rect shape for Logic category instead of octagon
1 parent 7b72ee6 commit 3dd8214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/nodes/shapes/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const categoryShapeMap: Record<string, string> = {
8787
Sources: 'pill',
8888
Dynamic: 'rect',
8989
Algebraic: 'rect',
90-
Logic: 'diamond',
90+
Logic: 'rect',
9191
Mixed: 'mixed',
9292
Recording: 'pill',
9393
Subsystem: 'rect'

0 commit comments

Comments
 (0)